From cb6dc6ce772d9f8fe88fe24b64083cd6b061761f Mon Sep 17 00:00:00 2001 From: oldperl Date: Thu, 9 Mar 2017 17:16:45 +0000 Subject: [PATCH] rename placeholders --- trunk/setup/dbupdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/setup/dbupdate.php b/trunk/setup/dbupdate.php index 32dda28..19380a3 100644 --- a/trunk/setup/dbupdate.php +++ b/trunk/setup/dbupdate.php @@ -170,8 +170,8 @@ foreach ($fullChunks as $fullChunk) { $failedChunks = array(); $replacements = array( - '' => addslashes($root_path), - '' => addslashes($root_http_path) + '' => addslashes($root_path), + '' => addslashes($root_http_path) ); injectSQL($db, $_SESSION['dbprefix'], 'data/' . $fullChunk, $replacements, $failedChunks);