Project

General

Profile

« Previous | Next » 

Revision 1952

Added by darkviper over 11 years ago

solved an autoloading problem on upgrade in /framework/Password.php

View differences:

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

  
14
12 Aug-2013 Build 1952 M.v.d.Decken(DarkViper)
15
# solved an autoloading problem on upgrade in /framework/Password.php
14 16
09 Aug-2013 Build 1951 M.v.d.Decken(DarkViper)
15 17
# solved problems with escaped strings
16 18
09 Aug-2013 Build 1950 M.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', '1951');
54
if(!defined('REVISION')) define('REVISION', '1952');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/framework/Password.php
31 31
 *               ISTeam changes: added SHA-256, SHA-512 (2012/10/27 Werner v.d. Decken)
32 32
 */
33 33

  
34
if(!class_exists('PasswordHash')) {
34
if(!class_exists('PasswordHash', false)) {
35 35
	include(dirname(dirname(__FILE__)).'/include/phpass/PasswordHash.php');
36 36
}
37 37

  

Also available in: Unified diff