From 9cf811c8f2bc8dceefc315103692f82f55dca2a7 Mon Sep 17 00:00:00 2001 From: gtbu Date: Wed, 25 Jun 2025 15:36:56 +0200 Subject: [PATCH] minor corrections --- include/tool.php | 31 +++++++++++++++---------------- include/tool/Upgrade.php | 19 ++----------------- 2 files changed, 17 insertions(+), 33 deletions(-) diff --git a/include/tool.php b/include/tool.php index 55da799..12c4ba8 100644 --- a/include/tool.php +++ b/include/tool.php @@ -1,11 +1,10 @@ Upgrade_234(); } - } - /** * Update the gp_index, gp_titles and menus so that special pages can be renamed - * + * not for gpeasy 2.3.4 - superflous */ function Upgrade_234(){ global $gp_index, $gp_titles, $gp_menu, $config, $dataDir; @@ -63,7 +48,7 @@ class Upgrade{ return; } - $config['gpversion'] = '2.3.4'; + $config['gpversion'] = '5.2.1'; \gp\admin\Tools::SaveConfig();