]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Improve the not authorized error message
authorCraig Andrews <candrews@integralblue.com>
Wed, 18 Nov 2009 19:44:39 +0000 (14:44 -0500)
committerCraig Andrews <candrews@integralblue.com>
Wed, 18 Nov 2009 19:44:39 +0000 (14:44 -0500)
actions/login.php

index ad57dd66782ff221511a38b975c447b4f7d30c7c..881df0099a880a2f698dfea7d015d805fb44327b 100644 (file)
@@ -146,7 +146,7 @@ class LoginAction extends Action
 
         // success!
         if (!common_set_user($user)) {
-            $this->serverError(_('Error setting user.'));
+            $this->serverError(_('Error setting user. You are probably not authorized.'));
             return;
         }