aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-16 22:24:59 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-16 22:24:59 +0200
commit7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00 (patch)
tree1649bd0943b407c83b4d5430af11f4eee5b452d1 /phpBB/includes/mcp/mcp_main.php
parent58fd91dde105a0755e906452842f635770f8dd23 (diff)
parent4d6afb26380d192efc556640499b6f5c43fbdf3c (diff)
downloadforums-7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00.tar
forums-7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00.tar.gz
forums-7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00.tar.bz2
forums-7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00.tar.xz
forums-7f5aeeef012dcd9b5492e7eaebbbb3e56b5a3d00.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r--phpBB/includes/mcp/mcp_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index 9d1afb7dc5..9a2b4d2a4e 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -567,7 +567,7 @@ function mcp_move_topic($topic_ids)
'topic_last_poster_id' => (int) $row['topic_last_poster_id'],
'topic_last_poster_colour'=>(string) $row['topic_last_poster_colour'],
'topic_last_poster_name'=> (string) $row['topic_last_poster_name'],
- 'topic_last_post_subject'=> (string) $row['topic_last_post_subject'],
+ 'topic_last_post_subject'=> (string) $row['topic_last_post_subject'],
'topic_last_post_time' => (int) $row['topic_last_post_time'],
'topic_last_view_time' => (int) $row['topic_last_view_time'],
'topic_moved_id' => (int) $row['topic_id'],