summaryrefslogtreecommitdiff
path: root/actions/updateprofile.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-09-19 21:40:48 +0200
committerAdrian Lang <mail@adrianlang.de>2009-09-19 21:40:48 +0200
commite0ff80f1c7c0d7daa9b81652e2d545b17b47fe05 (patch)
treefd764ccf1bec25f2cc6c7f705a15526dc91bc167 /actions/updateprofile.php
parent8548e1185deac0a289e16ea48a64f323c3bec679 (diff)
Add missing parenthesis.
Diffstat (limited to 'actions/updateprofile.php')
-rw-r--r--actions/updateprofile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/updateprofile.php b/actions/updateprofile.php
index 4ff4f41c0..3cec9523c 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;