From: NurPech Date: Sat, 27 Jul 2013 15:39:32 +0000 (+0200) Subject: Merge branch 'master' of git://github.com/WoltLab/WCF X-Git-Tag: 2.0.0_Beta_7~44^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa7dc55179cbf8c3d34a630527bf6fd69273132b;p=GitHub%2FWoltLab%2FWCF.git Merge branch 'master' of git://github.com/WoltLab/WCF --- aa7dc55179cbf8c3d34a630527bf6fd69273132b diff --cc wcfsetup/install/files/lib/system/exporter/AbstractExporter.class.php index a30a9695d7,cd4f252c90..29acfa8260 --- a/wcfsetup/install/files/lib/system/exporter/AbstractExporter.class.php +++ b/wcfsetup/install/files/lib/system/exporter/AbstractExporter.class.php @@@ -81,7 -75,13 +81,13 @@@ abstract class AbstractExporter impleme * @var integer */ protected $defaultLimit = 1000; - + + /** + * selected import data + * @var array + */ + protected $selectedData = array(); + /** * @see wcf\system\exporter\IExporter::setData() */