From a63a51381b837343eb13a2f719d797fec4937cfa Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 27 Apr 2016 17:00:22 +0000 Subject: [PATCH] Bug 14686 - DBRev fix - add missing call to SetVersion Signed-off-by: Kyle M Hall --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f99419bc43..79380be360 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12390,7 +12390,7 @@ if ( CheckVersion($DBversion) ) { }); print "Upgrade to $DBversion done (Bug 14686 - New menu option and permission for file uploading)\n"; - + SetVersion($DBversion); } # DEVELOPER PROCESS, search for anything to execute in the db_update directory -- 2.20.1