]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AnonymousFave/anonfavor.php
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / plugins / AnonymousFave / anonfavor.php
index ad13525a0746a0bdbc7efa49e0c7ec66c27af84b..f20d55a8631ebb181f90586b3e312f73a6100553 100644 (file)
@@ -57,7 +57,7 @@ class AnonFavorAction extends RedirectingAction
 
         if (empty($profile) || $_SERVER['REQUEST_METHOD'] != 'POST') {
             // TRANS: Client error.
-            $this->clientError( _m('Could not favor notice! Please make sure your browser has cookies enabled.')
+            $this->clientError(_m('Could not favor notice! Please make sure your browser has cookies enabled.')
             );
             return;
         }