mirror of
https://github.com/e107inc/e107.git
synced 2025-05-02 02:07:52 +02:00
Forum - Fix LAN when error occurred when deleting a forum post
This commit is contained in:
parent
83fe2fa097
commit
7c54779e36
@ -400,7 +400,7 @@ class e107forum
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret['msg'] = "".LAN_FORUM_8021." #".$postId;
|
||||
$ret['msg'] = "".LAN_FORUM_8022." #".$postId;
|
||||
$ret['status'] = 'error';
|
||||
}
|
||||
}
|
||||
@ -537,7 +537,7 @@ class e107forum
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret['msg'] = "".LAN_FORUM_8021." #".$postId;
|
||||
$ret['msg'] = "".LAN_FORUM_8022." #".$postId;
|
||||
$ret['status'] = 'error';
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user