Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gnu-social
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
194
Issues
194
List
Boards
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gnu.io
gnu-social
Commits
855fbfa7
Commit
855fbfa7
authored
Mar 11, 2012
by
Siebrand Mazeland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix accidental revert by Evan in
b4da5f37
.
parent
a4bf33d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/Blacklist/BlacklistPlugin.php
plugins/Blacklist/BlacklistPlugin.php
+1
-1
No files found.
plugins/Blacklist/BlacklistPlugin.php
View file @
855fbfa7
...
...
@@ -511,7 +511,7 @@ class BlacklistPlugin extends Plugin
if
(
!
empty
(
$nickname
))
{
if
(
!
$this
->
_checkNickname
(
$nickname
))
{
// TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
$msg
=
sprintf
(
_m
(
"Notices from nickname
\"
%s
\"
disallowed."
),
$msg
=
sprintf
(
_m
(
"Notices from nickname
\"
%s
\"
are
disallowed."
),
$nickname
);
throw
new
ClientException
(
$msg
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment