Project

General

Profile

« Previous | Next » 

Revision 1139

Added by aldus over 14 years ago

Fixed bug inside the upgrade-script. Ticket #784

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14
25-Aug-2009 Dietrich Roland Pehlke
15
#	Fixed bug in upgrate-script. Constant 'DEFAULT_THEME' doesn't exists (ticket #784).
14 16
25-Aug-2009 Ruud Eisinga
15 17
#	Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter.
16 18
	(problem introduced by code optimisations for WB2.8) 
branches/2.8.x/wb/upgrade-script.php
117 117
}
118 118

  
119 119
echo '<h2>Step 2: Updating database entries</h2>';
120

  
120
define ("DEFAULT_THEME", "wb_theme");
121 121
require_once('config.php');
122 122
require_once(WB_PATH.'/framework/functions.php');
123 123

  

Also available in: Unified diff