Revision 1387
Added by Dietmar almost 14 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
16 Jan-2011 Build 1385 Frank Heyne (FrankH) |
|
14 |
16 Jan-2011 Build 1387 Dietmar Woellbrink (Luisehahne) |
|
15 |
# fix class.wb |
|
16 |
16 Jan-2011 Build 1386 Dietmar Woellbrink (Luisehahne) |
|
15 | 17 |
! update headerinfos |
16 | 18 |
16 Jan-2011 Build 1385 Frank Heyne (FrankH) |
17 | 19 |
# Security fix to filter out droplets from user input in news and form modules |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC4'); |
55 |
if(!defined('REVISION')) define('REVISION', '1386');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1387');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/framework/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