Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1965)
+++ branches/2.8.x/CHANGELOG	(revision 1966)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+20 Sep-2013 Build 1966 Manuela v.d.Decken(DarkViper)
+! upgrade-script.php add loading interface PasswordHashInterface
 19 Sep-2013 Build 1965 Manuela v.d.Decken(DarkViper)
 + framework/UpgradeHelper::getMissingTables()
 + alias framework/UpgradeHelper::getMissingTables() with existsAllTables()
Index: branches/2.8.x/wb/upgrade-script.php
===================================================================
--- branches/2.8.x/wb/upgrade-script.php	(revision 1965)
+++ branches/2.8.x/wb/upgrade-script.php	(revision 1966)
@@ -36,6 +36,7 @@
  */
 if(!class_exists('PasswordHash', false))
 {
+	include(dirname(__FILE__).'/framework/PasswordHashInterface.php');
 	include(dirname(__FILE__).'/include/phpass/PasswordHash.php');
 }
 // Include config file
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1965)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1966)
@@ -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', '1965');
+if(!defined('REVISION')) define('REVISION', '1966');
 if(!defined('SP')) define('SP', '');
