diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:44:16 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:44:16 +0000 |
commit | 1968057a902ba294c71f98863b90128a368218d9 (patch) | |
tree | cc893ea97550790058bb1a6b7df6ea261dbb9ead /core/helpers | |
parent | 3baecc628f488e4845bb4ce6b5e58ef0f389c3e3 (diff) |
Add var/tmp
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 55306eaa..3a1e8d25 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -186,7 +186,7 @@ class core_installer { UNIQUE KEY(`module_name`, `name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); - foreach (array("albums", "logs", "modules", "resizes", "thumbs", "uploads") as $dir) { + foreach (array("albums", "logs", "modules", "resizes", "thumbs", "tmp", "uploads") as $dir) { @mkdir(VARPATH . $dir); } |