Posted by wulff on June 5, 2009 at 5:41pm
Jump to:
| Project: | Nodequeue |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The hook_nodeapi implementation currently contains this:
$queues = nodequeue_load_queues(array($obj->qid));
$queue = nodequeue_load_queues(array($obj->qid));This doesn't look right, and results in a PHP notice as well.
Patch attached.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| nodequeue_hook_nodeapi.patch | 1.02 KB | Ignored: Check issue status. | None | None |
Comments
#1
Good catch. Committed. Thanks!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.