Posted by Josh Waihi on December 22, 2011 at 11:32pm
3 followers
| Project: | OpenCalais |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
in the is_opencalais_api_key_set function, the apikey is retrieved by calling $apikey = variable_get('calais_api_key', FALSE) instead of variable_get('opencalais_api_key', FALSE). This is a trivial one liner patch that makes stuff work :)
| Attachment | Size |
|---|---|
| 7.x-opencalais_api-api-key.patch | 704 bytes |
Comments
#1
Attaching patch with relative diff path so that it can be applied with git apply.
#2
Thanks - I've committed this (finally). Sorry again for the delay.
http://drupal.org/commitlog/commit/5830/8b355f77f12a5b21eda9e434721bf519...
#3
Automatically closed -- issue fixed for 2 weeks with no activity.