aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index 47dae1a73..f35d1c7b0 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -1,6 +1,5 @@
<?php
- $debugging = false;
require_once('boot.php');
@@ -18,6 +17,8 @@
require_once('include/Contact.php');
+ $debugging = get_config('system','debugging');
+
$a->set_baseurl(get_config('system','url'));
$contacts = q("SELECT * FROM `contact`