]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/dht/class_DhtBootstrapHelper.php
Added missing 'package tags'
[hub.git] / application / hub / main / helper / dht / class_DhtBootstrapHelper.php
index 110bf25ead38e232df007a7613563790270ce12e..d3177450be4647713be1137c8a97a048f229477e 100644 (file)
@@ -34,6 +34,9 @@ class DhtBootstrapHelper extends BaseHubSystemHelper implements HelpableDht {
 
                // Set recipient type
                $this->setRecipientType(NetworkPackage::NETWORK_TARGET_DHT);
+
+               // Set package tags
+               $this->setPackageTags(array('dht_bootstrap'));
        }
 
        /**