Index: /branches/camp/camp-2_5-E/data/class/SC_Display.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19009)
+++ /branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19010)
@@ -50,5 +50,8 @@
      */
     function detectDevice(){
-        $nu = Net_UserAgent_Mobile::factory();
+        $nu = new Net_UserAgent_Mobile();
+        if($nu->isMobile()){
+            
+        }
         if($this->autoSet){
             $this->setDevice($nu);
