fix clippy help in meta

This commit is contained in:
alejandro-campos 2020-06-19 12:01:20 +02:00
parent 5d01c0976b
commit e7424176ea
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;