The module is directly accessing $node->node_weight without checking to see if it exists. This throws PHP notices on the very first view of a node edit form. The attached patch wraps access with isset() calls.
| Comment | File | Size | Author |
|---|---|---|---|
| 0004-Fix-PHP-notices-for-a-missing-property.patch | 2.1 KB | deviantintegral |
Comments
Comment #1
nancydruCommitted