Fix typo in log message

remotes/origin/stable45
Michael Gapczynski 14 years ago
parent 66f1957e3b
commit cc84bd2993
  1. 2
      lib/filecache.php

@ -419,7 +419,7 @@ class OC_FileCache{
}
return $result;
}else{
OC_Log::write('files','getChached(): file not found in cache ('.$path.')',OC_Log::DEBUG);
OC_Log::write('files','getCached(): file not found in cache ('.$path.')',OC_Log::DEBUG);
if(isset(self::$savedData[$path])){
return self::$savedData[$path];
}else{

Loading…
Cancel
Save