1
0
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:
Tijn Kuyper 2019-11-27 16:49:32 +01:00
parent 83fe2fa097
commit 7c54779e36
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

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;