Browse Source

Minor - Remove global call for unused $htmlHeadXtra

Yannick Warnier 8 years ago
parent
commit
f17817f1c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/template.lib.php

+ 1 - 1
main/inc/lib/template.lib.php

@@ -763,7 +763,7 @@ class Template
      */
     public function set_js_files_post()
     {
-        global $disable_js_and_css_files, $htmlHeadXtra;
+        global $disable_js_and_css_files;
         $js_files = array();
         if (api_is_global_chat_enabled()) {
             //Do not include the global chat in LP