Changeset:
67a6912f5789
https://sourceforge.net/p/mrbs/hg-code/ci/67a6912f57893fc30ec0b092dbe7ee44fbc7ffd1
Author:
Campbell Morrison <[email protected]>
Date:
Thu Feb 23 20:29:25 2017 +0000
Log message:
Fixed bug causing incorrect status to be given on mails sent out when an entry
is approved. See SF Bugs #320.
diffstat:
web/approve_entry_handler.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 0ab691c6b12c -r 67a6912f5789 web/approve_entry_handler.php
--- a/web/approve_entry_handler.php Thu Feb 23 18:40:43 2017 +0000
+++ b/web/approve_entry_handler.php Thu Feb 23 20:29:25 2017 +0000
@@ -66,6 +66,8 @@
{
$returl .= "&error=approve_failed";
}
+ // Get the new data, which will have the status changed
+ $data = get_booking_info($id, $series);
break;
------------------------------------------------------------------------------
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