Revision 1387
Added by Luisehahne about 14 years ago
class.wb.php | ||
---|---|---|
33 | 33 |
// General initialization function |
34 | 34 |
// performed when frontend or backend is loaded. |
35 | 35 |
|
36 |
public function __construct($mode = SecureForm::Frontend) {
|
|
37 |
parent::__construct($mode);
|
|
36 |
public function __construct() { |
|
37 |
parent::__construct(); |
|
38 | 38 |
} |
39 | 39 |
|
40 | 40 |
/* **************** |
Also available in: Unified diff
fix class.wb