From e7424176eae3703e6742f5ee61034855f19878fa Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Fri, 19 Jun 2020 12:01:20 +0200 Subject: [PATCH] fix clippy help in meta --- pandora_console/include/functions_clippy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_clippy.php b/pandora_console/include/functions_clippy.php index 67999a75e0..27e3e4cd80 100644 --- a/pandora_console/include/functions_clippy.php +++ b/pandora_console/include/functions_clippy.php @@ -285,7 +285,7 @@ function clippy_context_help($help=null) $return = ''; - include_once 'include/help/clippy/'.$help.'.php'; + include_once $config['homedir'].'/include/help/clippy/'.$help.'.php'; ob_start(); $function = 'clippy_'.$help;