Add missing parenthesis.

This commit is contained in:
Adrian Lang 2009-09-19 21:40:48 +02:00
parent 8548e1185d
commit e0ff80f1c7
1 changed files with 1 additions and 1 deletions

View 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;