Skip to content
Snippets Groups Projects
Commit 677bb97e authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

render-adminlte - make compatible to php8.3

parent 565f79cd
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -1365,7 +1365,6 @@ class renderadminlte { ...@@ -1365,7 +1365,6 @@ class renderadminlte {
if( ! isset($aOptions['tabs']) || ! is_array($aOptions['tabs']) ){ if( ! isset($aOptions['tabs']) || ! is_array($aOptions['tabs']) ){
return false; return false;
} }
static $iTabCounter;
if (!isset($iTabCounter)){ if (!isset($iTabCounter)){
$iTabCounter=1; $iTabCounter=1;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment