HomeHelpTrac

Changeset 15530 for tags


Ignore:
Timestamp:
09/29/11 01:29:21 (8 months ago)
Author:
Leonid Sokushev
Message:

ticket #2661

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/7.0/inc/classes/BxDolFilesUploader.php

    r15200 r15530  
    656656            $iAuthorId = $this->_iOwnerId; 
    657657        $iObjId = (int)$iObjId; 
    658         $aAlbumInfo = $oAlbums->getAlbumInfo(array('fileUri'=>uriFilter($sAlbumUri), 'owner'=>$iAuthorId), array('ID')); 
     658        $aAlbumInfo = $oAlbums->getAlbumInfo(array('fileUri'=>$sAlbumUri, 'owner'=>$iAuthorId), array('ID')); 
    659659        if (is_array($aAlbumInfo) && count($aAlbumInfo) > 0) { 
    660660            $iAlbumID = (int)$aAlbumInfo['ID']; 
Note: See TracChangeset for help on using the changeset viewer.