Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
1b70f778
Commit
1b70f778
authored
Mar 02, 2017
by
Andrew Nicols
Browse files
MDL-53978 tool_usertours: No tours for guest or no user
parent
50dcc8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tool/usertours/classes/helper.php
View file @
1b70f778
...
...
@@ -493,6 +493,10 @@ class helper {
public
static
function
bootstrap
()
{
global
$PAGE
;
if
(
!
isloggedin
()
||
isguestuser
())
{
return
;
}
if
(
self
::
$bootstrapped
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment