X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fexception%2FUserNotLoggedIn.php;h=6086d559f59dacef69efd229fa175bce7425b259;hp=3acb8b84307cac5a2edd1eea0fc2e0184284f260;hb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;hpb=6769365316abb5811410794142a21a7ddc3ab617 diff --git a/includes/exception/UserNotLoggedIn.php b/includes/exception/UserNotLoggedIn.php index 3acb8b8430..6086d559f5 100644 --- a/includes/exception/UserNotLoggedIn.php +++ b/includes/exception/UserNotLoggedIn.php @@ -32,7 +32,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn(); + * throw new UserNotLoggedIn(); * } * @endcode * @@ -42,7 +42,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn( 'action-require-loggedin' ); + * throw new UserNotLoggedIn( 'action-require-loggedin' ); * } * @endcode *