Skip to content

Commit

Permalink
add a file extension for cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWoodward committed Apr 29, 2015
1 parent b06c284 commit 78e7280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lavender/lib/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private function _get_cache_file()
}
}

return $cache_dir . DIRECTORY_SEPARATOR . $file_name;
return $cache_dir . DIRECTORY_SEPARATOR . $file_name . '.lavenderc';
}

private function _save_to_cache()
Expand Down

0 comments on commit 78e7280

Please sign in to comment.