From: Chad Horohoe Date: Tue, 28 Dec 2010 22:20:01 +0000 (+0000) Subject: Fix hardcoded debugging from r79093 X-Git-Tag: 1.31.0-rc.0~33019 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=f636dd473a4d719b41be6645a2ab492ed707af60;p=lhc%2Fweb%2Fwiklou.git Fix hardcoded debugging from r79093 --- diff --git a/includes/db/CloneDatabase.php b/includes/db/CloneDatabase.php index 11c95f9f6a..cf3a177b3d 100644 --- a/includes/db/CloneDatabase.php +++ b/includes/db/CloneDatabase.php @@ -78,7 +78,7 @@ class CloneDatabase { * @param $u Bool Use temporary tables when cloning the structure */ public function useTemporaryTables( $u = true ) { - $this->useTemporaryTables = false; + $this->useTemporaryTables = $u; } /**