- Timestamp:
- 11/03/09 02:06:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/files/classes/BxFilesPageAlbumsMy.php
r13050 r13132 107 107 ); 108 108 $sCaption = str_replace('{nickname}', getNickName($this->iOwnerId), $this->oConfig->getGlParam('profile_album_name')); 109 $a List = $this->oAlbum->getAlbumList(array('owner' => $this->iOwnerId, 'caption' => $sCaption, 'show_empty' => true), 0, 0, true);110 if ( empty($aList)) {109 $aOwnerDefAlbumInfo = $this->oAlbum->getAlbumInfo(array('fileUri'=>uriFilter($sCaption), 'owner'=>$this->iOwnerId)); 110 if (!is_array($aOwnerDefAlbumInfo) || empty($aOwnerDefAlbumInfo)) { 111 111 $aData = array( 112 112 'caption' => $sCaption,
Note: See TracChangeset
for help on using the changeset viewer.