blocks: MDL-19010 Delete weird line of legacy code.

This commit is contained in:
tjhunt
2009-07-14 08:36:40 +00:00
parent c72465aa15
commit e727b6e5d5
-1
View File
@@ -86,7 +86,6 @@
if(!empty($instances)) {
foreach($instances as $instance) {
blocks_delete_instance($instance);
blocks_delete_instance($instance, true);
}
}