Skip to content

Commit

Permalink
# [Kunena#25] Fix missing thing in nonjaboard categories import
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jul 25, 2011
1 parent 279d932 commit 4194127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions administrator/components/com_kunenaimporter/CHANGELOG.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

KunenaImporter 1.6.5-DEV

25-July-2011 Xillibit
# [#25] Fix missing thing in nonjaboard categories import

24-July-2011 Xillibit
# [#25] Make working messages, categories import with ninjaboard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function &exportCategories($start=0, $limit=0) {
posts AS numPosts,
last_post_id AS id_last_msg,
ninjaboard_forum_id AS id,
IF(path=='/',0,) AS parent
path AS parent
FROM #__ninjaboard_forums)
ORDER BY id";
$result = $this->getExportData($query, $start, $limit);
Expand Down

0 comments on commit 4194127

Please sign in to comment.