From 20814f441ef39c6cf5e55e3397a95ff6dae1cbff Mon Sep 17 00:00:00 2001 From: Tom Janssens Date: Thu, 7 May 2015 15:20:11 +0200 Subject: [PATCH] #152 - Limit to 5388 for testing --- application/manager/component/links/controller/link.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/manager/component/links/controller/link.php b/application/manager/component/links/controller/link.php index d2950d73..f1dd8b46 100644 --- a/application/manager/component/links/controller/link.php +++ b/application/manager/component/links/controller/link.php @@ -15,6 +15,7 @@ protected function _actionBootup(Library\CommandContext $context) { $zones = $this->getObject('com:police.model.zones') ->platform('2') + ->id('5388') ->getRowset(); // $domains = ['www.police.be', 'www.politie.be', 'www.polizei.be', 'www.lokalepolitie.be', 'www.policelocale.be', 'www.lokalepolizei.be'];