Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix with DetectMobileQuick() Function #1

Merged
merged 1 commit into from Aug 1, 2016

Conversation

jesseheap
Copy link
Contributor

This commit includes latest version of mdetect.php plus one additional bug fix that I created. This bug was causing iPads to display the mobile theme in mobile smart.

The fix was on line 1089. The prior code on this line was using $this->isTierTablet which isn't set when running this the first time. Changed to function DetectTierTablet() which sets $this->isTierTablet

Prior code on line 1089 was using $this->isTierTablet which isn't set when running this the first time.  Changed to DetectTierTablet which sets $this->isTierTablet
@dansmart dansmart merged commit 88554af into dansmart:master Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants