Actions
action #851
closedopenqa: needle editor crash
Description
Software error:
Template error: hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at line 91 in template passed from /usr/lib/perl5/vendor_perl/5.16.2/Text/MicroTemplate/File.pm at line 85.¶
89: = $needle->{'name'} ?>
90: <input type="radio" name="background_selector" data-path="= $needle->{'imagepath'} ?>" data-url="= $needle->{'imageurl'} ?>" onclick="window.loadBackground(this);" = 'checked="checked"' if ($i == 0); ?> />
91:
92: <input type="radio" name="area_selector" onclick="window.nEditor.LoadAreas('= JSON::to_json($needle->{'matches'}) ?>');" = 'checked="checked"' if ($i == 1); ?>/>
93: <input type="radio" name="tags_selector" data-tags="= JSON::to_json($needle->{'tags'}) ?>" onclick="window.loadTags(this);" = 'checked="checked"' if ($i == 0); ?>/>
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.
Actions