MDL-6424 - blocks - Add missing global vars.

This commit is contained in:
Eloy Lafuente (stronk7)
2012-09-06 19:45:00 +02:00
parent 155fd3f64b
commit 9d2926a4e9
+1 -1
View File
@@ -1114,7 +1114,7 @@ class block_manager {
* @return boolean true if anything was done. False if not.
*/
public function process_url_delete() {
global $CFG;
global $CFG, $PAGE, $OUTPUT;
$blockid = optional_param('bui_deleteid', null, PARAM_INT);
$confirmdelete = optional_param('bui_confirm', null, PARAM_INT);