Skip to content

Fix cache clear paths

Nick Sellen requested to merge fix-cache-clear-path into master

What does this MR do?

The cache paths (for views and DI cache) were changed from tmp/ to cache/ but the scripts that clear out the cache (for testing or deployment) were still clearing in the tmp/ directory. This fixes that.

How confident are you it won't break things if deployed?

Very!

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... test not applicable
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports