Commit 8e95eb4d authored by young hahn's avatar young hahn
Browse files

#710392 by Will White: Bad call time pass by ref.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -264,7 +264,7 @@ function context_update_6303() {
'type' => 'int',
'default' => 0,
);
db_add_field(&$ret, 'context', 'condition_mode', $spec);
db_add_field($ret, 'context', 'condition_mode', $spec);
return $ret;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment