mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Forum - Fix LAN when error occurred when deleting a forum post
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user