Show
Ignore:
Timestamp:
08/31/11 16:10:32 (2 years ago)
Author:
mbrevda
Message:

fix r12470.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/views/menu.php

    r12470 r12471  
    5050        } 
    5151         
    52         $items[$label_text] = '<li><a href="' . $href . '"' 
     52        $items[$mod['name']] = '<li><a href="' . $href . '"' 
    5353            . 'class="' . implode(' ', $classes) . '">' 
    54             . _(ucwords($label_text)) 
     54            . _(ucwords($mod['name'])) 
    5555            . '</a></li>'; 
    5656