diff options
author | friendica <info@friendica.com> | 2012-12-06 00:03:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-06 00:03:24 -0800 |
commit | c6b8ab534f4516605ed276b9f8677f9cf578ea45 (patch) | |
tree | d920a212cf7cbf583f87d874e47dc98abd271dd7 /include/poller.php | |
parent | d715febf7c981f8b65fddb0952e769df56ba081f (diff) | |
download | volse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.tar.gz volse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.tar.bz2 volse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.zip |
fixed several little nit bugs that cropped up during deployment
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 5e5d211e4..595cadafe 100644 --- a/include/poller.php +++ b/include/poller.php @@ -40,7 +40,7 @@ function poller_run($argv, $argc){ } - $a->set_baseurl(get_config('system','url')); + $a->set_baseurl(get_config('system','baseurl')); load_hooks(); |