Stylize.
This commit is contained in:
parent
839001c7cc
commit
2eea87df8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue