From 4c13987e9266aa170cb7b2882d5f8579f262b3bb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 18 Jan 2009 07:18:41 +0000 Subject: Change the database unload to unload all the tables instead of fooling around with individual tables. --- installer/data/init_var.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/data/init_var.php') diff --git a/installer/data/init_var.php b/installer/data/init_var.php index 76a1855a..5bc619aa 100644 --- a/installer/data/init_var.php +++ b/installer/data/init_var.php @@ -9,4 +9,5 @@ foreach (array("resizes", "modules", "uploads", "logs", "albums", "thumbs") as $ if (!@mkdir($dir)) { throw new Exception("Unable to create directory '$dir'"); } + chmod("var/$dir", 0777); } \ No newline at end of file -- cgit v1.2.3