Project

General

Profile

« Previous | Next » 

Revision 1981

Added by Dietmar about 11 years ago

  1. Argument that is passed to the constructor of the Access File Class has been corrected

View differences:

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

  
14
10 Oct-2013 Build 1981 Dietmar Woellbrink (Luisehahne)
15
# Argument that is passed to the constructor of the Access File Class has been corrected
14 16
10 Oct-2013 Build 1980 Dietmar Woellbrink (Luisehahne)
15 17
! /framework/initialize.php::SetInstallPathConstants() setting of DOCUMENT_ROOT now compatible for windows installation
16 18
! /framework/functions.php::rebuild_all_accessfiles() Optimize rebuild access file coding
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', '1980');
54
if(!defined('REVISION')) define('REVISION', '1981');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/framework/functions.php
1503 1503
				      . 'WHERE `page_id`='.$aPageRecord['page_id'];
1504 1504
				$oDb->query($sql);
1505 1505
		// --- end reorg tree structure --------------------------------------------------
1506
                $sFilename = $oReg->AppPath.$oReg->PagesDir.$aPageRecord['link'].$oReg->PageExtension;
1506
                $sFilename = $oReg->AppPath.$oReg->PagesDir.ltrim($aPageRecord['link'],'/').$oReg->PageExtension;
1507 1507
				$oAccessFile = new AccessFile($sFilename, $aPageRecord['page_id']);
1508 1508
				$oAccessFile->write();
1509 1509
				unset($oAccessFile);

Also available in: Unified diff