Index: trunk/phase3/includes/db/CloneDatabase.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | * @param $u Bool Use temporary tables when cloning the structure |
80 | 80 | */ |
81 | 81 | public function useTemporaryTables( $u = true ) { |
82 | | - $this->useTemporaryTables = false; |
| 82 | + $this->useTemporaryTables = $u; |
83 | 83 | } |
84 | 84 | |
85 | 85 | /** |