From 195e09097a31c29d15526272f324bbc17d01ea44 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 4 Apr 2016 14:34:10 +1200 Subject: [PATCH] Don't use removed API in install.php --- dev/install/install.php5 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev/install/install.php5 b/dev/install/install.php5 index 59a7570f8..4481d313c 100755 --- a/dev/install/install.php5 +++ b/dev/install/install.php5 @@ -1448,17 +1448,6 @@ PHP ); } - // Syncing filesystem (so /assets/Uploads is available instantly, see ticket #2266) - // show a warning if there was a problem doing so - try { - $this->statusMessage('Creating initial filesystem assets...'); - Filesystem::sync(); - } catch(Exception $e) { - $this->statusMessage( - sprintf('Warning: Creating initial filesystem assets failed (error: %s)', $e->getMessage()) - ); - } - $_SESSION['username'] = $config['admin']['username']; $_SESSION['password'] = $config['admin']['password'];