cotonti.com : Small bug https://www.cotonti.com Neueste Themenbeiträge Cotonti en Sat, 29 Aug 2026 23:08:35 -0000 Trustmaster Fr, 10 Jul 2009 03:04:07 -0000 Dayver Fr, 10 Jul 2009 03:03:41 -0000 Macik admin.php?m=rightsbyitem&ic=page&io=news
(or any other config page for setting up group rights for page structure item)

In Header of the page we can see link like this:
Admin-panael / RIGHTS / PAGES : NEWS

But internal (actual) link is wrong and points to:
admin.php?m=rightsbyitem&ic=%24ic&io=%24io

The Error I guess in line 97 of admin.rightsbyitem.inc.php:
$adminpath[] = array(sed_url('admin', 'm=rightsbyitem&ic=$ic&io=$io'), $L['Rights']." / ".$L['adm_code'][$ic].$title);

Should be:
$adminpath[] = array(sed_url('admin', 'm=rightsbyitem&ic='.$ic.'&io='.$io), $L['Rights']." / ".$L['adm_code'][$ic].$title);
[/][/]]]>
Fr, 10 Jul 2009 02:37:58 -0000