Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1988)
+++ branches/2.8.x/CHANGELOG	(revision 1989)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+19 Oct-2013 Build 1989 Dietmar Woellbrink (Luisehahne)
+# bugfix /admin/start/index.php::undefined function replace_vars()
 19 Oct-2013 Build 1988 Dietmar Woellbrink (Luisehahne)
 ! /upgrade-script.php, implement class AccessFile()
   add messages for better overview
Index: branches/2.8.x/wb/admin/start/index.php
===================================================================
--- branches/2.8.x/wb/admin/start/index.php	(revision 1988)
+++ branches/2.8.x/wb/admin/start/index.php	(revision 1989)
@@ -27,8 +27,8 @@
 // ---------------------------------------
 //	$database = WbDatabase::getInstance();
 
+require_once(WB_PATH.'/framework/functions.php');
 if(defined('FINALIZE_SETUP')) {
-    require_once(WB_PATH.'/framework/functions.php');
 	$dirs = array( 'modules'   => WB_PATH.'/modules/',
 	               'templates' => WB_PATH.'/templates/',
 	               'languages' => WB_PATH.'/languages/'
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1988)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1989)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1988');
+if(!defined('REVISION')) define('REVISION', '1989');
 if(!defined('SP')) define('SP', '');
