Last modified: 2008-03-05 13:40:37 UTC
Created attachment 4695 [details] patch to fix notice on using inputbox::$labeltext If the warning level is low enough on the server, the following error appears atop pages that contain an InputBox element: Notice: Undefined property: Inputbox::$labeltext in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\wikidata\extensions\inputbox\inputbox.php on line 155 Cause of this is that that property is indeed not defined, but used in the aforementioned line. A patch to include it as a property (and thus remove the notice) is included.
Patch applied in r31587