diff --git a/setup.php b/setup.php index 0febe09..fd036ff 100755 --- a/setup.php +++ b/setup.php @@ -204,7 +204,7 @@ function plugin_example_check_prerequisites(){ } -// Uninstall process for plugin : need to return true if succeeded : may display messages or add to message after redirect +// Check configuration process for plugin : need to return true if succeeded function plugin_example_check_config(){ return true; }