When enabling a uuid_node feature using drush --verbose, I get the following warning: "Trying to get property of non-object uuid_node.features.inc"

This is because the code which puts the date into the format expected by node_object_prepare() doesn't check that node_get_by_uuid() actually returned anything other than an empty array. This check fixes the warning.

CommentFileSizeAuthor
#1 uuid_features-missing-node-1411768-1.patch1009 bytesmvc

Comments

mvc’s picture

StatusFileSize
new1009 bytes