Changeset 13274 for trunk/modules/boonex/files/classes/BxFilesModule.php
- Timestamp:
- 11/19/09 13:44:57 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/files/classes/BxFilesModule.php
r13102 r13274 129 129 } 130 130 131 $sCaption = _t('_' . $this->_oConfig->getMainPrefix() . '_top_menu_' . $sParamName); 131 $sTopPostfix = isset($oSearch->aCurrent['restriction'][$sParamName]) ? $sParamName : 'all'; 132 $sCaption = _t('_' . $this->_oConfig->getMainPrefix() . '_top_menu_' . $sTopPostfix); 132 133 if (strlen($sParamName) > 0 && strlen($sParamValue) > 0 && isset($oSearch->aCurrent['restriction'][$sParamName])) { 133 134 $oSearch->aCurrent['restriction'][$sParamName]['value'] = $sParamValue;
Note: See TracChangeset
for help on using the changeset viewer.