indenting fix (whitespace)
This commit is contained in:
parent
8478ee430f
commit
6021d41d39
|
@ -157,7 +157,8 @@ class Filter {
|
|||
$query->execute() or error(db_error($query));
|
||||
}
|
||||
|
||||
if (isset ($this->action)) switch($this->action) {
|
||||
if (isset ($this->action))
|
||||
switch($this->action) {
|
||||
case 'reject':
|
||||
error(isset($this->message) ? $this->message : 'Posting blocked by filter.');
|
||||
case 'ban':
|
||||
|
|
Loading…
Reference in New Issue