Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkShare/playlist.php

    r873 r874  
    3434  }
    3535  if ($i >= $MaxNesting) $Cesta = '?'.'\\'.$Cesta;
    36   return ('\\\\'.$Cesta);
     36  return '\\\\'.$Cesta;
    3737}
    3838
     
    4040{
    4141  //$FileInfo = new finfo(FILEINFO_MIME);
    42   //return ($FileInfo->file($FileName));
    43   return ('');
     42  //return $FileInfo->file($FileName);
     43  return '';
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.