From e0ff80f1c7c0d7daa9b81652e2d545b17b47fe05 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Sat, 19 Sep 2009 21:40:48 +0200 Subject: Add missing parenthesis. --- actions/updateprofile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/updateprofile.php') 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; -- cgit v1.2.3-54-g00ecf