fixes #1544 upgrade script from 11 to 12

This commit is contained in:
plegall
2021-11-02 16:51:20 +01:00
parent 7417d974b0
commit 7f895d7c4a
3 changed files with 123 additions and 6 deletions
+1 -1
View File
@@ -107,5 +107,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 11.0.0
// include_once(PHPWG_ROOT_PATH.'install/upgrade_11.0.0.php');
include_once(PHPWG_ROOT_PATH.'install/upgrade_11.0.0.php');
?>