Skip to content

Commit

Permalink
Update debuguser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Dec 22, 2014
1 parent 8b776ea commit be31185
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions administrator/components/com_users/models/debuguser.php
Expand Up @@ -53,7 +53,7 @@ public function getItems()

foreach ($actions as $action)
{
$name = $action[0];
$name = $action[0];
$level = $action[1];

// Check that we check this action for the level of the asset.
Expand All @@ -69,6 +69,8 @@ public function getItems()
}
}
}

unset($asset);
}

return $assets;
Expand All @@ -77,7 +79,7 @@ public function getItems()
/**
* Method to auto-populate the model state.
*
* Note. Calling getState in this method will result in recursion.
* @note Calling getState in this method will result in recursion.
*
* @param string $ordering An optional ordering field.
* @param string $direction An optional direction (asc|desc).
Expand Down

0 comments on commit be31185

Please sign in to comment.