MDL-40045 auth: removed unnecessary add_to_log calls
authorMark Nelson <markn@moodle.com>
Wed, 4 Sep 2013 10:05:25 +0000 (18:05 +0800)
committerMark Nelson <markn@moodle.com>
Mon, 21 Oct 2013 03:53:30 +0000 (11:53 +0800)
commit5991cabfd7f34de02a3821fb71df8615846de39f
tree5292f23edcc38dfbe2424158aa6921877d88e1f1
parent4e47920f08b42c19d102765ca7585b67e89452e6
MDL-40045 auth: removed unnecessary add_to_log calls

Both LDAP and Shibboleth call complete_user_login which triggers
a user_loggedin event that handles the legacy call to add_to_log.
auth/ldap/auth.php
auth/shibboleth/index.php
lib/classes/event/user_loggedin.php