mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 497 when import, cache directory delete
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9630 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1582774003
commit
47303b243e
2 changed files with 6 additions and 5 deletions
|
|
@ -116,10 +116,11 @@
|
|||
}
|
||||
|
||||
function saveItems() {
|
||||
$this->index = 0;
|
||||
while(!$this->isFinished()) {
|
||||
$this->getItem();
|
||||
}
|
||||
FileHandler::removeDir($this->cache_path.$this->key);
|
||||
$this->index = 0;
|
||||
while(!$this->isFinished()) {
|
||||
$this->getItem();
|
||||
}
|
||||
}
|
||||
|
||||
function mergeItems($filename) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue