Ignore:
Timestamp:
Aug 20, 2024 4:21:17 AM (4 weeks ago)
Author:
anonymous
Message:

Minor fixes. Set default cache expiration to 900 seconds (15 minutes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Upload.inc.php

    r806 r817  
    182182            $file_path_name = '';
    183183
    184             if ('' == trim($files['name'][$i])) {
     184            if ('' === trim($files['name'][$i])) {
    185185                // User may not have attached a file.
    186186                $app->logMsg(sprintf('Skipping file %s with empty name', $i), LOG_DEBUG, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.