if node_load is somehow called by this way:
node_load(NULL);

then it generates warning because there is no checking of input parameters there, this is a good practice to check input parameters in such complex systems.

I've attached my simple patch.

CommentFileSizeAuthor
node-emptyparam.patch357 bytesdortik

Comments

marcingy’s picture

Status: Active » Closed (fixed)