diff --git a/vanguard.class.php b/vanguard.class.php index d7908de..b89d28e 100644 --- a/vanguard.class.php +++ b/vanguard.class.php @@ -114,10 +114,7 @@ protected function load_filters($langs){ } } - public function get_OnChangeInfos($install=false){ - - $info = array(); - return $info; + public function install($install=false){ } } }