]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/updateprofile.php
Localisation updates for !StatusNet from !translatewiki.net !sntrans
[quix0rs-gnu-social.git] / actions / updateprofile.php
index 4ff4f41c0de2e7a20e36148a1f56f05e007a2b1b..3cec9523cdff1fd3c1376592121e8cf21f52dacb 100644 (file)
@@ -61,7 +61,7 @@ class UpdateprofileAction extends Action
         if (!common_compatible_license($license, $site_license)) {
             $this->clientError(sprintf(_('Listenee stream license ā€˜%sā€™ is not '.
                                          'compatible with site license ā€˜%sā€™.'),
-                                       $license, $site_license);
+                                       $license, $site_license));
             return false;
         }
         return true;