From 061409633f6b412a6a2d517b927abe8e9a6b76e4 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Wed, 2 Mar 2011 16:28:07 +0000 Subject: [PATCH] 2011-03-02 Juan Manuel Ramon * include/functions_ui.php: Added missing variable initialization in function process_page_head. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4051 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_ui.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 56c2192600..3abed725ad 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-03-02 Juan Manuel Ramon + + * include/functions_ui.php: Added missing variable initialization in function + process_page_head. + 2011-03-02 Miguel de Dios * include/functions_reporting.php: added the call to diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index f06dd1a803..e4a9a339ea 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -832,6 +832,7 @@ function process_page_head ($string, $bitfield) { $config['css'] = array (); } + $exists_css = false; //First, if user has assigned a skin then try to use css files of skin subdirectory $isFunctionSkins = enterprise_include_once ('include/functions_skins.php'); if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {