fix clippy help in meta
This commit is contained in:
parent
5d01c0976b
commit
e7424176ea
|
@ -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