Revision 2025
Added by darkviper almost 12 years ago
- mod-MultiLingual forgotten fix in Lib.php :(
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
07 Dec-2013 Build 2025 Manuela v.d.Decken(DarkViper) |
|
| 15 |
# mod-MultiLingual forgotten fix in Lib.php :( |
|
| 14 | 16 |
07 Dec-2013 Build 2024 Manuela v.d.Decken(DarkViper) |
| 15 | 17 |
! some new or fixed Droplets added |
| 16 | 18 |
07 Dec-2013 Build 2023 Manuela v.d.Decken(DarkViper) |
| 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', '2024');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2025');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/modules/MultiLingual/Lib.php | ||
|---|---|---|
| 249 | 249 |
// remove all pages from list with not avaliable languages |
| 250 | 250 |
$aPossibleMatchingPages = array_intersect_key($aMatchingPages, $aAllowedRootLanguages); |
| 251 | 251 |
// add Allowed root pages to possible matches |
| 252 |
$aAvailablePages = array_merge($aPossibleMatchingPages, $aAllowedRootLanguages);
|
|
| 252 |
$aAvailablePages = array_merge($aAllowedRootLanguages, $aPossibleMatchingPages);
|
|
| 253 | 253 |
foreach ( $aAvailablePages AS $aPage) |
| 254 | 254 |
{
|
| 255 | 255 |
$aTplData[] = array( |
Also available in: Unified diff