Skip to content

Commit

Permalink
Update logout.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Aug 22, 2016
1 parent 182a093 commit ed508aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/logout/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static function handleError($error)
if ($error->getCode() == 403 && $app->isSite())
{
// Load language file.
$this->loadLanguage();
parent::loadLanguage();

// Redirect to the home page.
$app->enqueueMessage(JText::_('PLG_SYSTEM_LOGOUT_REDIRECT'), 'message');
Expand Down

0 comments on commit ed508aa

Please sign in to comment.