diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-26 19:01:16 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-26 19:01:16 -0700 |
commit | eb5e6aae7273fef06a06f983fe78aaad737aa729 (patch) | |
tree | 355b1518f1553c970d3cbad7b8e923a66b64dc9c /include/poller.php | |
parent | d453560be9142067391fc0213d5fd5066667e54f (diff) | |
download | volse-hubzilla-eb5e6aae7273fef06a06f983fe78aaad737aa729.tar.gz volse-hubzilla-eb5e6aae7273fef06a06f983fe78aaad737aa729.tar.bz2 volse-hubzilla-eb5e6aae7273fef06a06f983fe78aaad737aa729.zip |
a few more fsw tweaks
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index e8bdc94a3..e08d76508 100644 --- a/include/poller.php +++ b/include/poller.php @@ -14,7 +14,6 @@ require_once('datetime.php'); require_once('simplepie/simplepie.inc'); require_once('include/items.php'); - require_once('include/Contact.php'); $debugging = get_config('system','debugging'); |