diff --git a/src/root.cls.php b/src/root.cls.php index f5b3fabc7..ac43cc6a8 100644 --- a/src/root.cls.php +++ b/src/root.cls.php @@ -25,7 +25,7 @@ abstract class Root { * @access protected */ protected function _separate_mobile() { - return ( wp_is_mobile() || apply_filters( 'litespeed_is_mobile', false ) ) && $this->conf( self::O_CACHE_MOBILE ); + return ( wp_is_mobile() || apply_filters( 'litespeed_is_mobile', false ) ) && $this->conf( Base::O_CACHE_MOBILE ); } /**