aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/functions_phpbb20.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 19:46:12 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-16 19:05:09 +0200
commitca3cdadd083dfa2e4e0596d17424c7d9b541785c (patch)
tree2f4b69bb96bc92e5934277d6621a4d934fc19bcc /phpBB/install/convertors/functions_phpbb20.php
parent663c375f5c1547e80f79aae0775eed0039956699 (diff)
downloadforums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar
forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.gz
forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.bz2
forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.xz
forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.zip
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
PHPBB3-12722
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php
index ff20154d03..a2bfabd2fd 100644
--- a/phpBB/install/convertors/functions_phpbb20.php
+++ b/phpBB/install/convertors/functions_phpbb20.php
@@ -223,7 +223,7 @@ function phpbb_insert_forums()
'forum_desc' => htmlspecialchars(phpbb_set_default_encoding($row['forum_desc']), ENT_COMPAT, 'UTF-8'),
'forum_type' => FORUM_POST,
'forum_status' => is_item_locked($row['forum_status']),
- 'enable_prune' => ($prune_enabled) ? (int)$row['prune_enable'] : 0,
+ 'enable_prune' => ($prune_enabled) ? (int) $row['prune_enable'] : 0,
'prune_next' => (int) null_to_zero($row['prune_next']),
'prune_days' => (int) null_to_zero($row['prune_days']),
'prune_viewed' => 0,