diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8aaaf15a3a..1fd6238376 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-02-27 Ramon Novoa + + * include/functions_events.php: Fixed an include path. + 2012-02-27 Juan Manuel Ramon * include/functions_graph.php: Added avg_only option to boolean diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 44c9b7d839..a27ef02a8a 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -14,7 +14,7 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -include_once("include/functions_ui.php"); +include_once($config['homedir'] . "/include/functions_ui.php"); /** * @package Include