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

Moodle 26 - check_browser_version has been deprecated #10

Open
ghost opened this issue Mar 28, 2014 · 0 comments
Open

Moodle 26 - check_browser_version has been deprecated #10

ghost opened this issue Mar 28, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 28, 2014

Testing with Moodle 2.6.2

web content
check_browser_version has been deprecated, please update your code to use core_useragent instead.line 4579 of /lib/deprecatedlib.php: call to debugging()
line 174 of /mod/tab/locallib.php: call to check_browser_version()
line 221 of /mod/tab/view.php: call to tab_embed_general()

Other notices:
get_context_instance() is deprecated, please use context_xxxx::instance() instead.

line 4020 of /lib/deprecatedlib.php: call to debugging()
line 54 of /mod/tab/view.php: call to get_context_instance()
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

No branches or pull requests

0 participants