Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 17:41 UTC
Updated:
7 Nov 2009 at 20:40 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_hook_nodeapi.patch | 1.02 KB | wulff |
Comments
Comment #1
ezra-g commentedGood catch. Committed. Thanks!