fixes #2457 upgrade script to version 16

This commit is contained in:
plegall
2025-11-24 16:38:16 +01:00
parent 9f72b3bb12
commit e7f6c55f75
3 changed files with 116 additions and 1 deletions
+1 -1
View File
@@ -107,5 +107,5 @@ echo '</pre>';
ob_end_clean();
// TODO now we upgrade from 15.0.0
// include_once(PHPWG_ROOT_PATH.'install/upgrade_15.0.0.php');
include_once(PHPWG_ROOT_PATH.'install/upgrade_15.0.0.php');
?>