Revision 1675
Added by Dietmar over 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 | 14 |
|
15 |
|
|
16 |
|
|
17 |
24 Apr-2012 Build 1675 Dietmar Woellbrink (Luisehahne) |
|
18 |
# fixed /framework/functions.php missing global $MESSAGE in function rebuildFolderProtectFile |
|
15 | 19 |
18 Apr-2012 Build 1674 Dietmar Woellbrink (Luisehahne) |
16 | 20 |
# fixed add-ons upload error (tks to DBS) |
17 | 21 |
+ add tool_icon.png to core module |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1674');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1675');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/framework/functions.php | ||
---|---|---|
697 | 697 |
|
698 | 698 |
function rebuildFolderProtectFile($dir='') |
699 | 699 |
{ |
700 |
global $MESSAGE; |
|
700 | 701 |
$retVal = array(); |
701 | 702 |
$dir = rtrim(str_replace('\/\\', '/', $dir), '/'); |
702 | 703 |
try { |
Also available in: Unified diff
1