From 96c642661e0d12e4fb20ac7836adc9d4984cd89f Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 19 Feb 2015 10:26:49 +0100 Subject: [PATCH 1/2] The poller can now be called even inside the "include" directory. --- include/poller.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/poller.php b/include/poller.php index 68f65999e3..f95d3b1807 100644 --- a/include/poller.php +++ b/include/poller.php @@ -1,4 +1,15 @@ Date: Thu, 19 Feb 2015 10:45:46 +0100 Subject: [PATCH 2/2] Do the directory change only when it is needed. --- include/poller.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/include/poller.php b/include/poller.php index f95d3b1807..cefa713a0d 100644 --- a/include/poller.php +++ b/include/poller.php @@ -1,15 +1,14 @@