HomeHelpTrac

Changeset 15895


Ignore:
Timestamp:
01/18/12 18:05:26 (4 months ago)
Author:
Alexander Trofimov
Message:

Ticket #2741

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/7.0/modules/boonex/pageac/classes/BxPageACModule.php

    r15373 r15895  
    158158            } 
    159159        } 
     160        if (empty($aVisibleTo) && !isset($aData[-1])) $aVisibleTo[] = 0; 
    160161        $this->_oDb->setMenuItemVisibility($sType, $iMenuItemID, $aVisibleTo); 
    161162    } 
     
    176177                } 
    177178            } 
     179            if (empty($aVisibleTo) && !isset($aData[-1])) $aVisibleTo[] = 0; 
    178180            $this->_oDb->setPageBlockVisibility($iID, $aVisibleTo); 
    179181            $aResult = array('message' => MsgBox(_t('_Saved')), 'timer' => 1); 
Note: See TracChangeset for help on using the changeset viewer.