Ignore:
Timestamp:
Apr 13, 2014, 8:44:32 PM (10 years ago)
Author:
flop25
Message:

lang key with an empty value are not displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r27369 r28171  
    979979  global $lang, $conf;
    980980
    981   if ( ($val=@$lang[$key]) == null)
     981  if ( ($val=@$lang[$key]) === null)
    982982  {
    983983    if ($conf['debug_l10n'] and !isset($lang[$key]) and !empty($key))
Note: See TracChangeset for help on using the changeset viewer.