debug enter/leave_sub balanciert
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:56:26 +0000 (15:56 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:56:51 +0000 (15:56 +0200)
SL/Menu.pm
bin/mozilla/menu.pl

index 844e3f5..eac4e2f 100644 (file)
@@ -46,7 +46,10 @@ sub new {
 
   my ($type, $menufile) = @_;
 
-  return $instance if $instance;
+  if ($instance) {
+    $::lxdebug->leave_sub;
+    return $instance;
+  }
 
   my $self    = {};
   my $inifile = Inifile->new($menufile);
index f6e7c7f..afdedf9 100644 (file)
@@ -53,6 +53,7 @@ sub render {
 
   my $sections = [ section_menu($menu) ];
 
+  $::lxdebug->leave_sub;
   $::form->parse_html_template('menu/menu', {
     sections  => $sections,
     inline    => 1,