From 8dc7a06f80dbb349fba2909a2cd45cd0c9f02573 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 27 Nov 2013 17:13:01 +0100 Subject: [PATCH] Fixed typo --- files/lib/system/exporter/WBB4xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index d823557..95e3da6 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -1034,7 +1034,7 @@ class WBB4xExporter extends AbstractExporter { 'endTime' => $row['endTime'], 'isChangeable' => $row['isChangeable'], 'isPublic' => $row['isPublic'], - 'sortByVotes' => $row['sortByResult'], + 'sortByVotes' => $row['sortByVotes'], 'resultsRequireVote' => $row['resultsRequireVote'], 'maxVotes' => $row['maxVotes'], 'votes' => $row['votes'] -- 2.20.1