2
0
forked from Wavyzz/dolibarr

Fix: PHPCS

This commit is contained in:
Laurent Destailleur
2014-07-28 19:55:12 +02:00
parent 827bf4b22a
commit 3011ecf6df
2 changed files with 34 additions and 30 deletions

View File

@@ -156,7 +156,7 @@ function getBrowserInfo()
$firefox=0;
if (in_array($name,array('firefox','iceweasel'))) $firefox=1;
include_once DOL_DOCUMENT_ROOT.'/core/class/MobileDetect.class.php';
include_once DOL_DOCUMENT_ROOT.'/core/class/mobiledetect.class.php';
$detectmobile=new MobileDetect();
$phone=$detectmobile->isMobile();
$tablet=$detectmobile->isTablet();