From e727b6e5d5af477e7aae570749fc9185ff024e9c Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 14 Jul 2009 08:36:40 +0000 Subject: [PATCH] blocks: MDL-19010 Delete weird line of legacy code. --- admin/blocks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/blocks.php b/admin/blocks.php index a34f89079b..35bf7fcd1b 100644 --- a/admin/blocks.php +++ b/admin/blocks.php @@ -86,7 +86,6 @@ if(!empty($instances)) { foreach($instances as $instance) { blocks_delete_instance($instance); - blocks_delete_instance($instance, true); } } -- 2.39.5