From 4bea114468a232a18b76624ac3ae15b43aec3be4 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 10 Sep 2013 15:55:22 +0200 Subject: [PATCH] Fixed WBBLite import issue --- files/lib/system/exporter/WBB3xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WBB3xExporter.class.php b/files/lib/system/exporter/WBB3xExporter.class.php index 90f01d7..f6a91dd 100644 --- a/files/lib/system/exporter/WBB3xExporter.class.php +++ b/files/lib/system/exporter/WBB3xExporter.class.php @@ -1860,7 +1860,7 @@ class WBB3xExporter extends AbstractExporter { private function getTags($name, array $objectIDs) { $tags = array(); - if (substr($this->getPackageVersion('com.woltlab.wcf'), 0, 3) == '1.1') { + if (substr($this->getPackageVersion('com.woltlab.wcf'), 0, 3) == '1.1' && $this->getPackageVersion('com.woltlab.wcf.tagging')) { // get taggable id $sql = "SELECT taggableID FROM wcf".$this->dbNo."_tag_taggable -- 2.20.1