mirror of https://github.com/BOINC/boinc.git
Drupal: Fixed bug where wrong 'parent' variable was used.
This commit is contained in:
parent
e0190c8876
commit
f6d7688437
|
@ -1541,7 +1541,7 @@ function boinc_standard_rules_defaults() {
|
|||
),
|
||||
'#name' => 'rules_condition_custom_php',
|
||||
'#settings' => array(
|
||||
'code' => 'return ($node->forum_tid != $node_unchanged->forum_tid);',
|
||||
'code' => 'return ($node->tid != $node_unchanged->tid);',
|
||||
'vars' => array(
|
||||
'0' => 'node',
|
||||
'1' => 'node_unchanged',
|
||||
|
|
Loading…
Reference in New Issue