Plugin Directory

Changeset 3479821


Ignore:
Timestamp:
03/11/2026 08:26:50 AM (3 weeks ago)
Author:
plainware
Message:

small fix in menu builder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shiftcontroller/trunk/hc3/ui.php

    r3479819 r3479821  
    102102
    103103            // display just label
    104                 if (false === $href) {
    105                     $item = $btnLabel;
    106                     $return[$k] = $item;
    107                     continue;
    108                 }
    109 
     104                // if (false === $href) {
     105                    // $item = $btnLabel;
     106                    // $return[$k] = $item;
     107                    // continue;
     108                // }
    110109
    111110                if( is_array($href) ){
Note: See TracChangeset for help on using the changeset viewer.