diff --git a/modules/webalizer_stats/code/controller.ext.php b/modules/webalizer_stats/code/controller.ext.php index 0c9cc1808..cca1dc8fb 100644 --- a/modules/webalizer_stats/code/controller.ext.php +++ b/modules/webalizer_stats/code/controller.ext.php @@ -92,5 +92,12 @@ static function getInit() { } + + /** + * STANDARD MODULE STATIC METHODS! + */ + static function getDescription() { + return ui_module::GetModuleDescription(); + } }