From d26fece31c3e7415dba140b9598bda8a5ccf91b3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 26 Mar 2022 15:01:46 +0100 Subject: [PATCH] undo serialize deprecation and switch to installExternal api calls --- Admin/Installer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Admin/Installer.php b/Admin/Installer.php index 8ff693a..b4eb004 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -117,6 +117,8 @@ final class Installer extends InstallerAbstract */ private static function installLink(DatabasePool $dbPool, array $data, int $app = null) : void { + // @todo: implement in the api and then make an api call becuse we also want to be able to install + // navigation elements manually through the user interface?! $navElement = new NavElement(); $navElement->id = (int) ($data['id'] ?? 0);