mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +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
|
else
|
||||||
{
|
{
|
||||||
$ret['msg'] = "".LAN_FORUM_8021." #".$postId;
|
$ret['msg'] = "".LAN_FORUM_8022." #".$postId;
|
||||||
$ret['status'] = 'error';
|
$ret['status'] = 'error';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -537,7 +537,7 @@ class e107forum
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$ret['msg'] = "".LAN_FORUM_8021." #".$postId;
|
$ret['msg'] = "".LAN_FORUM_8022." #".$postId;
|
||||||
$ret['status'] = 'error';
|
$ret['status'] = 'error';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user