From 677bb97eec5fc1e6abf2a3b550a34ae4b0d3b0da Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 6 Dec 2023 14:32:08 +0100 Subject: [PATCH] render-adminlte - make compatible to php8.3 --- public_html/deployment/classes/render-adminlte.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/deployment/classes/render-adminlte.class.php b/public_html/deployment/classes/render-adminlte.class.php index 58f65373..72f2e76b 100755 --- a/public_html/deployment/classes/render-adminlte.class.php +++ b/public_html/deployment/classes/render-adminlte.class.php @@ -1365,7 +1365,6 @@ class renderadminlte { if( ! isset($aOptions['tabs']) || ! is_array($aOptions['tabs']) ){ return false; } - static $iTabCounter; if (!isset($iTabCounter)){ $iTabCounter=1; } else { -- GitLab