From: Christian Aistleitner Date: Tue, 20 Mar 2012 12:00:18 +0000 (+0000) Subject: Follow-up to r114256: Removing final assert X-Git-Tag: 1.31.0-rc.0~24175 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=b23761744f237c5d9b4b1cabee4f5e76fc819213;p=lhc%2Fweb%2Fwiklou.git Follow-up to r114256: Removing final assert --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index acbf431b50..cdbd546361 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -114,8 +114,6 @@ class TextPassDumper extends BackupDumper { } catch (Exception $e) { throw new MWException( __METHOD__ . " rotating DB failed to obtain new database (" . $e->getMessage() . ")" ); } - - assert( 'isset( $this->lb ) && isset( $this->db ) && $this->db->isOpen() /* rotating the DB worked */' ); }