diff --git a/module/budget/control.php b/module/budget/control.php index 426717880c..618d488fab 100644 --- a/module/budget/control.php +++ b/module/budget/control.php @@ -11,6 +11,14 @@ */ class budget extends control { + /** + * __construct + * + * @param string $module + * @param string $method + * @access public + * @return void + */ public function __construct($module = '', $method = '') { parent::__construct($module, $method);