Changeset 19178
- Timestamp:
- 2010/11/06 23:40:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Display.php
r19177 r19178 47 47 function hoge(LC_Page $page){ 48 48 $this->assign($page); 49 if(!$this->deviceSeted ){49 if(!$this->deviceSeted || !is_null($this->view)){ 50 50 $device = $this->detectDevice(); 51 51 $this->setDevice($device); … … 90 90 91 91 function setView(SC_View $view){ 92 92 93 $this->view = $view; 93 94 }
Note: See TracChangeset
for help on using the changeset viewer.