1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Notice removal

This commit is contained in:
Cameron
2013-04-16 18:50:14 -07:00
parent c56a7f9a67
commit 551d95deb8
2 changed files with 6 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ class phpbb3_import extends base_import_class
*/
function copyForumPostData(&$target, &$source)
{
$target['post_id'] = $source[''];
$target['post_id'] = $source['post_id'];
$target['post_entry'] = $source['post_text'];
$target['post_thread'] = $source['topic_id'];
$target['post_forum'] = $source['forum_id'];