Index: trunk/extensions/AuthorProtect/AuthorProtect.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | return true; |
55 | 55 | } |
56 | 56 | |
57 | | -function efAssignAuthor( &$user, &$aRights ) { |
| 57 | +function efAssignAuthor( $user, &$aRights ) { |
58 | 58 | // don't assign author to anons... messes up logging stuff. |
59 | 59 | // plus it's all user_id based so it is impossible to differentiate one anon from another |
60 | 60 | if ( userIsAuthor() && $user->isLoggedIn() ) { |