From: Eloy Lafuente Date: Thu, 5 Nov 2009 15:43:32 +0000 (+0000) Subject: MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=54c72f84a0d01a17aaea7292375f406b7fe7ddf4;p=moodle.git MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions. --- diff --git a/admin/xmldb/actions/edit_table_save/edit_table_save.class.php b/admin/xmldb/actions/edit_table_save/edit_table_save.class.php index 4e0c6c0c86..4c273da3df 100644 --- a/admin/xmldb/actions/edit_table_save/edit_table_save.class.php +++ b/admin/xmldb/actions/edit_table_save/edit_table_save.class.php @@ -63,7 +63,7 @@ class edit_table_save extends XMLDBAction { $this->does_generate = ACTION_GENERATE_HTML; /// These are always here - global $CFG, $XMLDB, $PAGE, $OUTPUT; + global $CFG, $XMLDB; /// Do the job, setting result as needed