Hi
In same case when programmatically create nodes we have these notice and warning logged in errors log and some time displayed on the front end site:
Notice: Trying to get property of non-object in workbench_moderation_node_update() (line 677 of /home/XXX/modules/workbench_moderation/workbench_moderation.module).

Notice: Undefined property: stdClass::$original in workbench_moderation_node_update() (line 677 of /home/XXX/modules/workbench_moderation/workbench_moderation.module).

Notice: Trying to get property of non-object in workbench_moderation_node_update() (line 673 of /home/XXX/modules/workbench_moderation/workbench_moderation.module).
in Line 677

Notice: Undefined property: stdClass::$original in workbench_moderation_node_update() (line 673 of /home/XXX/modules/workbench_moderation/workbench_moderation.module).

Comments

SamirMtl’s picture

Hi
the lines of code that we need to review are in this already posted pach : https://drupal.org/node/1436260

DamienMcKenna’s picture

Version: 7.x-1.3 » 7.x-1.x-dev