From 6add5fb752660a4ae15783dbb29b80f0ea3e576d Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 20 May 2014 12:36:31 +0800 Subject: [PATCH] MDL-41313 mod_forum: Remove deprecated post_form.php --- mod/forum/post_form.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 mod/forum/post_form.php diff --git a/mod/forum/post_form.php b/mod/forum/post_form.php deleted file mode 100644 index 76ecf65c2f1..00000000000 --- a/mod/forum/post_form.php +++ /dev/null @@ -1,28 +0,0 @@ -. - -/** - * @package mod_forum - * @copyright Jamie Pratt - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @deprecated since 2.6 - */ - -defined('MOODLE_INTERNAL') || die(); - -// TODO MDL-41313 Remove this file. -debugging('Do not include post_form.php directly, it is now using automatic class loading.', DEBUG_DEVELOPER);