Index: feedapi.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/feedapi.module,v
retrieving revision 1.23.2.119.2.9
diff -u -p -r1.23.2.119.2.9 feedapi.module
--- feedapi.module	11 Apr 2008 19:42:50 -0000	1.23.2.119.2.9
+++ feedapi.module	19 Apr 2008 01:05:58 -0000
@@ -165,7 +165,7 @@ function feedapi_block($op = 'list', $de
     case 'list':
       foreach ($names as $type => $name) {
         $blocks[$type]['info'] = t('FeedAPI: Quick create !preset', array('!preset' => $name));
-        $blocks['type']['cache'] = BLOCK_CACHE_GLOBAL;
+        $blocks[$type]['cache'] = BLOCK_CACHE_GLOBAL;
       }
       break;
     case 'view':
CommentFileSizeAuthor
feedapi_block.patch724 bytesAnonymous (not verified)

Comments

aron novak’s picture

Status: Needs review » Fixed

Thank you for the fix!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.