Project

General

Profile

« Previous | Next » 

Revision 1394

Added by Dietmar over 13 years ago

set construct to FRONTEND class.wb
set 2.8.2 to RC5

View differences:

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