- Timestamp:
- 2013/05/20 03:03:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/abouts/LC_Page_Abouts.php
r22567 r22824 71 71 function action() 72 72 { 73 74 $this->objSiteInfo->data = SC_Helper_DB_Ex::sfGetBasisData();75 $this->objSiteInfo->data['pref'] =76 isset($this->arrPref[$this->objSiteInfo->data['pref']])77 ? $this->arrPref[$this->objSiteInfo->data['pref']] : '';78 79 80 73 } 81 74
Note: See TracChangeset
for help on using the changeset viewer.