Closed (fixed)
Project:
JQuery menu
Version:
7.x-2.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2012 at 05:19 UTC
Updated:
11 Apr 2012 at 00:04 UTC
Wrong spelling $editbox change to $edit_box
$edit_box = jquerymenu_edit_box($edit_path, $edit_text);
if ($has_children != 0) {
//$output .= $edit_box . $plus . l($title, $path, $options);
$output .= $parentlink ? $edit_box . $plus . $title : $editbox . $plus . $link;
}
else {
//$output .= $edit_box . l($title, $path, $options);
$output .= $edit_box . $link;
}
Comments
Comment #1
pat redmond commentedThanks for pointing that out. I've fixed it, and will put it in the next release.