mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 = '';
|
$return = '';
|
||||||
|
|
||||||
include_once 'include/help/clippy/'.$help.'.php';
|
include_once $config['homedir'].'/include/help/clippy/'.$help.'.php';
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
$function = 'clippy_'.$help;
|
$function = 'clippy_'.$help;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user