Ticket #387 (closed defect: fixed)
QCache::SaveData's directory creation to be replaced with recursive mkdir
| Reported by: | MonkoftheFunk | Owned by: | |
|---|---|---|---|
| Priority: | important | Milestone: | 1.1.1 Stable |
| Component: | Framework | Version: | 1.1 Development |
| Keywords: | QCache, SaveData | Cc: |
Description
Replace lines 55-66 with this, a safer make directory recursion for PHP 5.0
if (!is_dir($this->GetCacheDirectory?()))
mkdir($this->GetCacheDirectory?(),0777,true);
Change History
Note: See
TracTickets for help on using
tickets.
