MDL-43930 assign: Do not log when user is logged in as someone else.

I do not agree with this behaviour - but this makes it consistent with other modules.

Conflicts:
	mod/assign/locallib.php
This commit is contained in:
Damyon Wiese
2014-02-20 12:35:06 +08:00
parent 5ac8f08a2d
commit cfbc6b93db
+1 -2
View File
@@ -2399,8 +2399,7 @@ class assign {
$action,
$fullurl,
$info,
$this->get_course_module()->id,
$USER->id);
$this->get_course_module()->id);
}
/**