temp_path() should be used

This commit is contained in:
Samuel Georges 2015-06-20 10:19:41 +10:00
parent 50e4840216
commit 9d5a4dafc4
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@
- Fixes an issue where paid plugins could not be downloaded.
* **Build 84** (2014-05-20)
- A temporary directory can now be specified in config (see config cms.tempDir).
- Default AJAX error message can now be overridden (see `ajaxErrorMessage` jQuery event).
- SQLite support has been improved using new `October\Rain\Database\Dongle` class.
- Included `doctrine/dbal` for supporting SQLite.