Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Apr 2008 at 01:07 UTC
Updated:
25 Mar 2017 at 20:41 UTC
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':
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_block.patch | 724 bytes | Anonymous (not verified) |
Comments
Comment #1
aron novakThank you for the fix!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.