diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 4357c6ff397..0fab4a2b834 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -588,9 +588,6 @@ class block_base { * @todo finish documenting this function */ function user_can_addto(&$page) { - if(empty($page)) { - die('a'); - } return true; }