]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
switch password and id in munge_password
[quix0rs-gnu-social.git] / lib / action.php
index b2374b1d228dea9be6e96393f5b97ffb7edddfb1..a4cae7066c0e06b34ccf3012d151333498b46993 100644 (file)
@@ -67,7 +67,7 @@ class Action { // lawsuit
                common_server_error($msg, $code);
        }
        
-       function client_error($msg, $code=500) {
+       function client_error($msg, $code=400) {
                $action = $this->trimmed('action');
                common_debug("User error '$code' on '$action': $msg", __FILE__);
                common_user_error($msg, $code);