From ba9d7db94df0e10bdefe0521cdd07fd60418f06f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 30 May 2011 02:06:12 +0000 Subject: [PATCH] $newTablePrefix must be passed. All callers are ok --- includes/db/CloneDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/CloneDatabase.php b/includes/db/CloneDatabase.php index 1d5133be8a..3357268dcf 100644 --- a/includes/db/CloneDatabase.php +++ b/includes/db/CloneDatabase.php @@ -65,7 +65,7 @@ class CloneDatabase { * @param $dropCurrentTables bool */ public function __construct( DatabaseBase $db, array $tablesToClone, - $newTablePrefix = 'parsertest', $oldTablePrefix = '', $dropCurrentTables = true ) + $newTablePrefix, $oldTablePrefix = '', $dropCurrentTables = true ) { $this->db = $db; $this->tablesToClone = $tablesToClone; -- 2.20.1