Changeset 137 for trunk/actions/unhide_post.php
- Timestamp:
- 08/17/10 13:50:36 (21 months ago)
- Files:
-
- 1 modified
-
trunk/actions/unhide_post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/actions/unhide_post.php
r132 r137 4 4 gatekeeper(); 5 5 action_gatekeeper(); 6 global $CONFIG; 6 7 7 8 $id = (int) get_input('post_id'); … … 21 22 register_error(elgg_echo('edufeedr:error:post_not_unhidden')); 22 23 } 23 forward($ educourse->getURL());24 forward($CONFIG->wwwroot . 'pg/edufeedr/view_hidden/' . $educourse->getGUID() . '/posts'); 24 25 } 25 26
