Skip to content

Commit

Permalink
Redirect back to correct page after updating structure item.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 15, 2012
1 parent 2a1b911 commit 1fbab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/admin/admin.structure.php
Expand Up @@ -390,7 +390,7 @@
'ADMIN_STRUCTURE_COUNT' => $row['structure_count'],
/*TODO*/ 'ADMIN_STRUCTURE_JUMPTO_URL' => cot_url($n, 'c='.$structure_code),
'ADMIN_STRUCTURE_RIGHTS_URL' => cot_url('admin', 'm=rightsbyitem&ic='.$n.'&io='.$structure_code),
'ADMIN_STRUCTURE_OPTIONS_URL' => cot_url('admin', 'm=structure&n='.$n.'&id='.$structure_id.'&'.cot_xg()),
'ADMIN_STRUCTURE_OPTIONS_URL' => cot_url('admin', 'm=structure&n='.$n.'&d='.$durl.'&id='.$structure_id.'&'.cot_xg()),
'ADMIN_STRUCTURE_CONFIG_URL' => cot_url('admin', 'm=config&n=edit&o=module&p='.$n.'&sub='.$structure_code),
'ADMIN_STRUCTURE_ODDEVEN' => cot_build_oddeven($ii)
));
Expand Down

0 comments on commit 1fbab0f

Please sign in to comment.