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
8b9a4cb6
Commit
8b9a4cb6
authored
Mar 20, 2019
by
Eloy Lafuente
Browse files
Merge branch 'MDL-65085_master' of
git://github.com/dmonllao/moodle
parents
38b9362a
ead38829
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/classes/local/target/base.php
View file @
8b9a4cb6
...
...
@@ -196,7 +196,7 @@ abstract class base extends \core_analytics\calculable {
$message
->
component
=
'moodle'
;
$message
->
name
=
'insights'
;
$message
->
userfrom
=
get_admin
();
$message
->
userfrom
=
\
core_user
::
get_noreply_user
();
$message
->
userto
=
$user
;
$insighturl
=
new
\
moodle_url
(
'/report/insights/insights.php?modelid='
.
$modelid
.
'&contextid='
.
$context
->
id
);
...
...
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