Changeset 19060


Ignore:
Timestamp:
2010/11/06 21:44:04 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19059 r19060  
    4747        $this->assign($page); 
    4848        if(!$this->deviceSeted){ 
    49             $this->detectDevice(); 
     49            $device = $this->detectDevice(); 
     50            $this->setDevice($device); 
    5051        } 
     52         
     53         
     54         
    5155 
    5256    } 
Note: See TracChangeset for help on using the changeset viewer.