From: Marcel Werk Date: Tue, 10 Sep 2013 13:55:22 +0000 (+0200) Subject: Fixed WBBLite import issue X-Git-Tag: 2.0.0_Beta_5~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4bea114468a232a18b76624ac3ae15b43aec3be4;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Fixed WBBLite import issue --- 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