Skip to content

Commit

Permalink
Fix a typo from the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Sep 9, 2012
1 parent 3886eea commit e3dfbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions administrator/includes/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static function findOption()
$app = JFactory::getApplication();
$option = strtolower($app->input->get('option'));

$app->loadIdentity();
$user = $app->getIdentity();
if ($user->get('guest') || !$user->authorise('core.login.admin'))
{
Expand Down
1 change: 1 addition & 0 deletions tests/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $ -> Language fix or change

09-Sep-2012 Rouven Weßling
- Test the Feed package. Thanks Michael.
- Add a test for JAdministratorHelper.

05-Sep-2012 Mark Dexter
# Fix some failing system tests for changes in master
Expand Down

0 comments on commit e3dfbb3

Please sign in to comment.