Merge pull request #459 from octobercms/develop

* Build 127
This commit is contained in:
Samuel Georges 2014-07-24 21:33:53 +10:00
commit 0fee3badbb
1 changed files with 1 additions and 0 deletions

View File

@ -470,6 +470,7 @@ class UpdateManager
if (!Zip::extract($filePath, $this->baseDirectory . '/themes/'))
throw new ApplicationException(Lang::get('system::lang.zip.extract_failed', ['file' => $filePath]));
$this->setThemeInstalled($name);
@unlink($filePath);
}