Changeset 10576


Ignore:
Timestamp:
May 22, 2009, 4:26:25 AM (16 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/modules/boonex/shared_files/classes/BxShFilesSearch.php

    r10567 r10576  
    310310 
    311311    function serviceGetFileArray($iId) { 
    312         $iId = (int)$iId; 
     312        $this->clearFilters(); 
     313        $iId = (int)$iId;         
    313314        $this->aCurrent['restriction']['id'] = array( 
    314315            'value' => $iId, 
     
    317318        ); 
    318319        $aData = $this->getSearchData(); 
     320        if (!$aData) 
     321            return array(); 
    319322        $sIcon = !empty($aData[0]['Icon']) ? $aData[0]['Icon'] :'default.png';   
    320323        $aInfo = array( 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub