Loading Core/Boost/Network/Iterator.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ class Iterator implements \Iterator protected $quality = 0; protected $quality = 0; protected $offset = null; protected $offset = null; protected $limit = 1; protected $limit = 1; protected $type = 'newsfeed'; // newsfeed, content protected $type = Boost::TYPE_NEWSFEED; protected $priority = false; protected $priority = false; protected $categories = null; protected $categories = null; protected $hydrate = true; protected $hydrate = true; Loading Loading
Core/Boost/Network/Iterator.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ class Iterator implements \Iterator protected $quality = 0; protected $quality = 0; protected $offset = null; protected $offset = null; protected $limit = 1; protected $limit = 1; protected $type = 'newsfeed'; // newsfeed, content protected $type = Boost::TYPE_NEWSFEED; protected $priority = false; protected $priority = false; protected $categories = null; protected $categories = null; protected $hydrate = true; protected $hydrate = true; Loading