diff --git a/public_html/deployment/classes/render-adminlte.class.php b/public_html/deployment/classes/render-adminlte.class.php
index 58f65373747a30077c43ab64caf07911585465a0..72f2e76b16ee60ab361530ccb858634633151439 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 {