From 1968057a902ba294c71f98863b90128a368218d9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 17 May 2009 04:44:16 +0000 Subject: Add var/tmp --- core/helpers/core_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/core_installer.php') 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); } -- cgit v1.2.3