* Finish task #7822.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user