From c3aa93e5437219b58e4ea5fa7a82e2c186a0d9d5 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 1 May 2020 00:29:56 +0200 Subject: [PATCH] disable linking smarty plugin --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 9f44972..4a9d318 100644 --- a/src/functions.php +++ b/src/functions.php @@ -13,4 +13,4 @@ function D3StopSQLLog() { \D3\OxidSqlLogger\OxidEsalesDatabase::disableLogger(); } -(new \D3\OxidSqlLogger\AutoInstallSmaryPlugin())->runInstall(); +// (new \D3\OxidSqlLogger\AutoInstallSmaryPlugin())->runInstall();