Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: MultiformeIngegno on March 23rd, 2012, 04:49 PM

Title: Undefined index, Subs.php
Post by: MultiformeIngegno on March 23rd, 2012, 04:49 PM
Notice: Undefined index: in /Sources/Subs.php on line 1890

Got this error in the page to merge topics (didn't mean to merge something, I was just looking things around). :)
Title: Re: Undefined index, Subs.php
Post by: Nao on March 23rd, 2012, 05:12 PM
Thanks! Was an error of mine...
create_button() is bound to disappear at some point anyway. It's an old, barely used function.
Title: Re: Undefined index, Subs.php
Post by: Arantor on April 6th, 2012, 03:33 AM
Should we actually get on and remove create_button? It's only used in a handful of templates now and transferring everything to really call template_create_button would be better (especially if we take the time to clean up the structure and move them into $context, built in the relevant source, so that they can be cleanly extended by hooks)
Title: Re: Undefined index, Subs.php
Post by: Nao on April 6th, 2012, 07:46 AM
Yep!
But I didn't add it to my to do list I think. Yet.
Title: Re: Undefined index, Subs.php
Post by: Arantor on February 20th, 2013, 12:05 AM
No longer an issue, though create_button has been mutated today, heh.