X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdb%2FCloneDatabase.php;h=c4921e237420dc94ea8a3bb33373217b8cd2ae7c;hb=08c266e1fdebcc13beb419ea655ca9bc487bc712;hp=2b394b6d7bf076e39b368ef9e55c5382d9b46d01;hpb=fe59c39da94feb9cc02c593327eda91de470e44d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/CloneDatabase.php b/includes/db/CloneDatabase.php index 2b394b6d7b..c4921e2374 100644 --- a/includes/db/CloneDatabase.php +++ b/includes/db/CloneDatabase.php @@ -79,7 +79,7 @@ class CloneDatabase { foreach ( $this->tablesToClone as $tbl ) { if ( $wgSharedDB && in_array( $tbl, $wgSharedTables, true ) ) { // Shared tables don't work properly when cloning due to - // how prefixes are handled (bug 65654) + // how prefixes are handled (T67654) throw new RuntimeException( "Cannot clone shared table $tbl." ); } # Clean up from previous aborted run. So that table escaping