Add missing parenthesis.
This commit is contained in:
parent
8548e1185d
commit
e0ff80f1c7
|
@ -61,7 +61,7 @@ class UpdateprofileAction extends Action
|
||||||
if (!common_compatible_license($license, $site_license)) {
|
if (!common_compatible_license($license, $site_license)) {
|
||||||
$this->clientError(sprintf(_('Listenee stream license ‘%s’ is not '.
|
$this->clientError(sprintf(_('Listenee stream license ‘%s’ is not '.
|
||||||
'compatible with site license ‘%s’.'),
|
'compatible with site license ‘%s’.'),
|
||||||
$license, $site_license);
|
$license, $site_license));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user