autoloader entry for UserNotLoggedIn class
authorAntoine Musso <hashar@free.fr>
Wed, 1 Aug 2012 10:46:54 +0000 (12:46 +0200)
committerAntoine Musso <hashar@free.fr>
Wed, 1 Aug 2012 10:48:41 +0000 (12:48 +0200)
I have forgot to add an autoloader entry for the new exception class
named UserNotLoggedIn (introduced by Id8127299 / b1c1448d).

Change-Id: Ib7226c8532fd695edf78f0e4c33b91edbf8ed52e

includes/AutoLoader.php

index 2987b31..7e11f3e 100644 (file)
@@ -256,6 +256,7 @@ $wgAutoloadLocalClasses = array(
        'UserArray' => 'includes/UserArray.php',
        'UserArrayFromResult' => 'includes/UserArray.php',
        'UserBlockedError' => 'includes/Exception.php',
+       'UserNotLoggedIn' => 'includes/Exception.php',
        'UserMailer' => 'includes/UserMailer.php',
        'UserRightsProxy' => 'includes/UserRightsProxy.php',
        'ViewCountUpdate' => 'includes/ViewCountUpdate.php',