From 8da1d0fbc6a55bba7875422e1585cbecd414fe0b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 16 Oct 2023 23:12:29 +0200 Subject: [PATCH] oups --- src/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Install.php b/src/Install.php index c111513..0e22490 100644 --- a/src/Install.php +++ b/src/Install.php @@ -118,7 +118,7 @@ class Install extends Process private static function growUp(): void { // version < 1.0 : upgrade settings id and ns and array - $current = App::version()()->getVersion(My::id()); + $current = App::version()->getVersion(My::id()); if ($current && version_compare($current, '1.0', '<')) { $record = App::con()->select( 'SELECT * FROM ' . App::con()->prefix() . App::blogWorkspace()::NS_TABLE_NAME . ' ' .