This commit is contained in:
Platonides 2010-04-17 21:16:06 +00:00
parent 839001c7cc
commit 2eea87df8a

View file

@ -377,9 +377,9 @@ class Block {
*
* @return Boolean: whether or not the insertion was successful.
*/
public function insert($dbw = null) {
public function insert( $dbw = null ) {
wfDebug( "Block::insert; timestamp {$this->mTimestamp}\n" );
if ( $dbw === null)
if ( $dbw === null )
$dbw = wfGetDB( DB_MASTER );
$this->validateBlockParams();