Revision 1394
Added by Dietmar almost 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() { |
|
37 |
parent::__construct(); |
|
36 |
public function __construct($mode = SecureForm::FRONTEND) {
|
|
37 |
parent::__construct($mode);
|
|
38 | 38 |
} |
39 | 39 |
|
40 | 40 |
/* **************** |
Also available in: Unified diff
set construct to FRONTEND class.wb
set 2.8.2 to RC5