Changeset 12524
- Timestamp:
- Oct 27, 2011, 6:21:30 PM (13 years ago)
- Location:
- extensions/PWG_Stuffs/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/trunk/main.inc.php
r12401 r12524 71 71 72 72 case 'index': 73 if (count($tokens) == 1 and empty($tokens[0])) 73 $actions = array('delete_comment', 'validate_comment', 'edit_comment', ''); 74 if (count($tokens) == 1 and in_array($tokens[0], $actions)) 74 75 { 75 76 $page['stuffs_section'] = 'on_home'; -
extensions/PWG_Stuffs/trunk/modules/LastComs/main.inc.php
r12515 r12524 76 76 .get_query_string_diff(array('delete_comment','validate_comment','edit_comment','pwg_token')); 77 77 78 redirect( $redirect_url);78 redirect(rtrim($redirect_url, '=')); 79 79 } 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.