summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-18 04:20:36 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-18 04:20:36 +0000
commit34d8b49aeddf8ca38d2365756e8b89145a94ae95 (patch)
tree33d6b374f4902c6f3f936a1e58b0fc610f9e9f62
parentf660fa1e3ba2bd03c775e1f16f31abfa39bd2be8 (diff)
Clean up tmp when packaging
-rw-r--r--core/controllers/scaffold.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php
index 9d42cbb8..9f306caf 100644
--- a/core/controllers/scaffold.php
+++ b/core/controllers/scaffold.php
@@ -289,6 +289,7 @@ class Scaffold_Controller extends Template_Controller {
dir::unlink(VARPATH . "resizes");
dir::unlink(VARPATH . "thumbs");
dir::unlink(VARPATH . "modules");
+ dir::unlink(VARPATH . "tmp");
module::$module_names = array();
module::$modules = array();