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