After saving context there's no $context->value (in debugger)
notice: Undefined property: stdClass::$value in D:\www\docs\d6\www\sites\crp_demo\modules\context\context_ui\context_ui.admin.inc on line 918.
case 'edit-submit':
$context = context_ui_form_process($form_state['values']);
$result = context_save_context($context);
if ($result) {
drupal_set_message(t('The context %title was saved successfully.', array('%title' => $context->value)));
}
Comments
Comment #1
steven jones commentedGiven that the one and only test of context_ui ensures that this doesn't happen, I'm marking this fixed.