1
0
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:
Tijn Kuyper
2019-11-27 16:49:32 +01:00
parent 83fe2fa097
commit 7c54779e36

View File

@@ -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;