forked from GNUsocial/gnu-social
Fix typo.
This commit is contained in:
parent
52ccc8e521
commit
326e351d44
@ -231,7 +231,7 @@ class BlacklistPlugin extends Plugin
|
|||||||
$url = htmlspecialchars_decode($url);
|
$url = htmlspecialchars_decode($url);
|
||||||
|
|
||||||
if (!$this->_checkUrl($url)) {
|
if (!$this->_checkUrl($url)) {
|
||||||
$msg = sprintf(_m("You may not use UTL \"%s\" in notices."),
|
$msg = sprintf(_m("You may not use URL \"%s\" in notices."),
|
||||||
$url);
|
$url);
|
||||||
throw new ClientException($msg);
|
throw new ClientException($msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user