Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2009 at 06:59 UTC
Updated:
12 Oct 2009 at 09:10 UTC
After updating from 6.x-1.0 to 6.x-2.0 I have this error on cron run.
Comments
Comment #1
avpadernoThe error is caused by this code:
I resolved the issue by changing the code as follows:
The code was taking the assumption
hook_nodeapi('load')should be called beforehook_nodeapi('update index').Thanks for the report.