Changeset:
b6c9c2d547bf
https://sourceforge.net/p/mrbs/hg-code/ci/b6c9c2d547bfc134e37c573b1a9f2292137bf130
Author:
Campbell Morrison <[email protected]>
Date:
Wed Jul 12 20:43:45 2017 +0100
Log message:
Fixed theoretical bug
diffstat:
web/del_entry.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5c160dbec435 -r b6c9c2d547bf web/del_entry.php
--- a/web/del_entry.php Wed Jul 12 20:24:44 2017 +0100
+++ b/web/del_entry.php Wed Jul 12 20:43:45 2017 +0100
@@ -41,7 +41,7 @@
{
$user = getUserName();
// check that the user is allowed to delete this entry
- if (isset($action) && ($action="reject"))
+ if (isset($action) && ($action == "reject"))
{
$authorised = auth_book_admin($user, $info['room_id']);
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits