From: Adrian Lang Date: Sat, 19 Sep 2009 19:40:48 +0000 (+0200) Subject: Add missing parenthesis. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e0ff80f1c7c0d7daa9b81652e2d545b17b47fe05;p=quix0rs-gnu-social.git Add missing parenthesis. --- diff --git a/actions/updateprofile.php b/actions/updateprofile.php index 4ff4f41c0d..3cec9523cd 100644 --- a/actions/updateprofile.php +++ b/actions/updateprofile.php @@ -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;