Revision 1922
Added by darkviper over 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
08 Jun-2013 Build 1922 Werner v.d.Decken(DarkViper) |
|
| 15 |
# fixed invalid translate addon activation (/admin/preferences/index.php) |
|
| 14 | 16 |
07 Jun-2013 Build 1921 Werner v.d.Decken(DarkViper) |
| 15 | 17 |
! /admin/languages some little corrections |
| 16 | 18 |
07 Jun-2013 Build 1920 Dietmar Woellbrink (Luisehahne) |
| 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', '1921');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1922');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/admin/preferences/index.php | ||
|---|---|---|
| 31 | 31 |
$template->set_file( 'page', 'preferences.htt' ); |
| 32 | 32 |
$template->set_block( 'page', 'main_block', 'main' ); |
| 33 | 33 |
$mLang = Translate::getinstance(); |
| 34 |
$mLang->enableAddon('admin\preferences');
|
|
| 34 |
// $mLang->enableAddon('admin\preferences');
|
|
| 35 | 35 |
$template->set_var($mLang->getLangArray()); |
| 36 | 36 |
|
| 37 | 37 |
// read user-info from table users and assign it to template |
Also available in: Unified diff
fixed invalid translate addon activation (/admin/preferences/index.php)