]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add missing parenthesis.
authorAdrian Lang <mail@adrianlang.de>
Sat, 19 Sep 2009 19:40:48 +0000 (21:40 +0200)
committerAdrian Lang <mail@adrianlang.de>
Sat, 19 Sep 2009 19:40:48 +0000 (21:40 +0200)
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;