Revision 1981
Added by Dietmar about 11 years ago
- Argument that is passed to the constructor of the Access File Class has been corrected
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