Merge branch 'ent-6026-10243-Fatal-error-vista-servidores-metaconsola' into 'develop'

fix clippy help in meta

See merge request artica/pandorafms!3325
This commit is contained in:
Alejandro Fraguas 2020-06-22 16:32:16 +02:00
commit 5d484b4eae
1 changed files with 1 additions and 1 deletions

View File

@ -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;