diff options
author | friendica <info@friendica.com> | 2012-10-24 22:21:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-24 22:21:35 -0700 |
commit | 939543b26d102c388c3653a7727e95e1aae2223d (patch) | |
tree | 2ef0fe3a7098f00fe07330dc4fee8d1eb83c400c /include/poller.php | |
parent | 05fd2c758c318f8beb441fb8b75e7328f1643e2a (diff) | |
download | volse-hubzilla-939543b26d102c388c3653a7727e95e1aae2223d.tar.gz volse-hubzilla-939543b26d102c388c3653a7727e95e1aae2223d.tar.bz2 volse-hubzilla-939543b26d102c388c3653a7727e95e1aae2223d.zip |
more progress on the main photos module
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 2396c3b8a..31ca91cfa 100644 --- a/include/poller.php +++ b/include/poller.php @@ -23,7 +23,6 @@ function poller_run($argv, $argc){ require_once('library/simplepie/simplepie.inc'); require_once('include/items.php'); require_once('include/Contact.php'); - require_once('include/email.php'); require_once('include/socgraph.php'); require_once('include/pidfile.php'); |