]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/accesstoken.php
Update favorited for new layout and framework
[quix0rs-gnu-social.git] / actions / accesstoken.php
index 072ce27eb5c5e15d30a4c8c5dd1dfe16f571bf56..ad03b7019047c98908b0ca8373eae6698cb34aa9 100644 (file)
@@ -38,7 +38,7 @@ class AccesstokenAction extends Action
             common_debug('printing the access token', __FILE__);
             print $token;
         } catch (OAuthException $e) {
-            common_server_error($e->getMessage());
+            $this->serverError($e->getMessage());
         }
     }
 }