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:
commit
5d484b4eae
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue