Bug 14686 - DBRev fix - add missing call to SetVersion
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 27 Apr 2016 17:00:22 +0000 (17:00 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 27 Apr 2016 17:00:22 +0000 (17:00 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index f99419b..79380be 100755 (executable)
@@ -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