]> git.mjollnir.org Git - moodle.git/commit
MDL-12858 fix print_error() usage.
authoriarenaza <iarenaza>
Tue, 8 Jan 2008 00:13:49 +0000 (00:13 +0000)
committeriarenaza <iarenaza>
Tue, 8 Jan 2008 00:13:49 +0000 (00:13 +0000)
commit066de339a5fcf35ae6ac22e913461b69e4e5090a
treea713580f0bef43d3dfdcfdfc1860125a40fd0d50
parent3a0dd57e1172eeb6ec5c2c658b6cbea466f7778c
MDL-12858 fix print_error() usage.

print_error()'s third parameter is the URL we jump to (defaults to
$CFG->wwwroot if not set) when we click the 'Continue' button, not the message
string parameter object.

Forward ported from MOODLE_18_STABLE
auth/ldap/auth.php