Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleaning up code in Auth_ORM
  • Loading branch information
Woody Gilk committed Aug 24, 2009
1 parent 2cf1960 commit 695ee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/auth/orm.php
Expand Up @@ -18,7 +18,7 @@ class Auth_ORM extends Auth {
* @param array collection of role names
* @return boolean
*/
public function logged_in($role)
public function logged_in($role = NULL)
{
$status = FALSE;

Expand Down

0 comments on commit 695ee07

Please sign in to comment.