Skip to content

Commit

Permalink
# [joomla#29887] *Disable System redirect breaks 404. Thanks Yannick
Browse files Browse the repository at this point in the history
  • Loading branch information
shumisha authored and mbabker committed Jan 4, 2013
1 parent d0fa368 commit bc388b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

JError::setErrorHandling(E_NOTICE, 'message');
JError::setErrorHandling(E_WARNING, 'message');
JError::setErrorHandling(E_ERROR, 'message', array('JError', 'customErrorPage'));
JError::setErrorHandling(E_ERROR, 'callback', array('JError', 'customErrorPage'));

// Botstrap the CMS libraries.
require_once JPATH_LIBRARIES.'/cms.php';
Expand Down
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $ -> Language fix or change
# [#29875] Protostar invalid class names for itemid, layout and task. Thanks Cristina
# [#29895] Strict errors in categories models. Thanks Elin
# [#29862] *Filter_field Option missing in category list layout for Contact, Newsfeeds, Weblinks. Thanks JM
# [#29887] *Disable System redirect breaks 404. Thanks Yannick

03-Jan-2013 Mark Dexter
# [#29743] heading menu type renders bad html code. Thanks M Cedric Keiflin.
Expand Down

0 comments on commit bc388b4

Please sign in to comment.