Changeset 137 for trunk/start.php

Show
Ignore:
Timestamp:
08/17/10 13:50:36 (21 months ago)
Author:
gnum
Message:

Fixes #92, #93. Last changes and tune-ups for restoring posts and comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/start.php

    r135 r137  
    168168        register_action('edufeedr/hide_post', false, $CONFIG->pluginspath . 'edufeedr/actions/hide_post.php'); 
    169169        register_action('edufeedr/hide_comment', false, $CONFIG->pluginspath . 'edufeedr/actions/hide_comment.php'); 
    170         register_action('edufeedr/unhide_post', false, $CONFIG->pluginspath . 'edufeedr/action/unhide_post.php'); 
    171         register_action('edufeedr/unhide_comment', false, $CONFIG->pluginspath . 'edufeedr/action/unhide_comment.php'); 
     170        register_action('edufeedr/unhide_post', false, $CONFIG->pluginspath . 'edufeedr/actions/unhide_post.php'); 
     171        register_action('edufeedr/unhide_comment', false, $CONFIG->pluginspath . 'edufeedr/actions/unhide_comment.php'); 
    172172?>