Ignore:
Timestamp:
Aug 8, 2012 5:22:09 PM (12 years ago)
Author:
anonymous
Message:

Comment updates.

File:
1 edited

Legend:

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

    r396 r400  
    160160                    return false;
    161161                }
    162             } else if ($this->getParam('cache_result') && !filePutContents($cache_file_path, $value, LOCK_EX)) {
     162            } else if ($this->getParam('cache_result') && !filePutContents($cache_file_path, $value)) {
    163163                $app->logMsg(sprintf('Failed writing to target rate file: %s', $cache_file_path), LOG_ERR, __FILE__, __LINE__);
    164164                return false;
Note: See TracChangeset for help on using the changeset viewer.