BLOG

Computer & Software => CMS => Thema gestartet von: Jo am 2007-02-03 | 10:50:02

Titel: Nach Speichern im Frontend zurück zur Startseite
Beitrag von: Jo am 2007-02-03 | 10:50:02
Wen nervt es nicht? Man speichert was im Frontend und schon wird man auf die Startseite zurückgeworfen. Grund ist ein Bug in der components/com_content/content.php

Mambo 4.5.2.3, ändert Zeile 1365:
mosRedirect( 'index.php', $msg );
in
mosRedirect( 'index.php?option=com_content&task=view&id='. $row->id .'&Itemid='. $Itemid , $msg );

Joomla 1.0.12, ändert Zeile 2168:
mosRedirect( 'index.php' );
in
mosRedirect( 'index.php?option=com_content&task=view&id='. $row->id .'&Itemid='. $Itemid );

:p