]> git.mjollnir.org Git - moodle.git/commit
NOBUG: better handling of {module}_pluginfile() return values
authormudrd8mz <mudrd8mz>
Mon, 7 Sep 2009 14:45:20 +0000 (14:45 +0000)
committermudrd8mz <mudrd8mz>
Mon, 7 Sep 2009 14:45:20 +0000 (14:45 +0000)
commit520199ea02db66e366bbd05df808735c4e058aa7
treefb24df6324b62063712482293ca6e6cf63cf7bdb
parente640790eb656654e09915f9096b25398b0dbad85
NOBUG: better handling of {module}_pluginfile() return values

{module}_pluginfile() should either send the file or
send_file_not_found() or print an error and terminate or whatever, it
should never return to the caller
pluginfile.php