Closed (fixed)
Project:
OpenCalais
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Feb 2012 at 14:15 UTC
Updated:
14 Mar 2012 at 19:20 UTC
When exporting OpenCalais fields in a custom feature module and you re-install your installation profile OpenCalais can't create the fields it want.
This is not an error per see, since logic exists to handle that. But currently we are using drupal_set_message to handle the exception message. watchdog_exception is meant for this.
Here's a patch that fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| opencalais-use-watchdog-exception.patch | 826 bytes | dixon_ |
Comments
Comment #1
jec006 commentedGood call, thanks
http://drupal.org/commitlog/commit/5830/5e3c74a0cd2b6bf146a2f342a075172a...
Comment #2
jec006 commented