Skip to content

Commit

Permalink
Fix incorrect link in structure admin. Closes #963.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jun 13, 2012
1 parent edd60eb commit f888157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/admin/admin.structure.php
Expand Up @@ -287,7 +287,7 @@
$ext_info = cot_get_extensionparams($n, true);
$adminpath[] = array(cot_url('admin', 'm=extensions'), $L['Extensions']);
$adminpath[] = array(cot_url('admin', 'm='.$n), $ext_info['name']);
$adminpath[] = array (cot_url('admin', 'm=structure&n=page'), $L['Structure']);
$adminpath[] = array (cot_url('admin', 'm=structure&n='.$n), $L['Structure']);

if($id > 0 || !empty($al))
{
Expand Down

0 comments on commit f888157

Please sign in to comment.