Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2010 at 09:41 UTC
Updated:
24 Jan 2012 at 00:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedI'm not entirely sure about this but I can't see anything wrong with it, so committing.
Comment #2
merlinofchaos commentedAll of the 'to be ported' patches got merged in during the porting sprint in September.
Comment #3
emattias commentedThis creates a notice when anonymous users load a form where the nod buttons are placed individually.
I have traced it to this code in form.inc:
It doesn't set $form['form_token'] for anonymous users.
This patch adds a check that something isset in the $context before trying to add it to the $block(in node_form_buttons.inc).
Comment #4
merlinofchaos commentedCommitted.