aboutsummaryrefslogtreecommitdiffstats
path: root/include/onepoll.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 00:03:24 -0800
committerfriendica <info@friendica.com>2012-12-06 00:03:24 -0800
commitc6b8ab534f4516605ed276b9f8677f9cf578ea45 (patch)
treed920a212cf7cbf583f87d874e47dc98abd271dd7 /include/onepoll.php
parentd715febf7c981f8b65fddb0952e769df56ba081f (diff)
downloadvolse-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/onepoll.php')
-rw-r--r--include/onepoll.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php
index f6f266165..1ac38823a 100644
--- a/include/onepoll.php
+++ b/include/onepoll.php
@@ -29,7 +29,7 @@ function onepoll_run($argv, $argc){
load_config('config');
load_config('system');
- $a->set_baseurl(get_config('system','url'));
+ $a->set_baseurl(get_config('system','baseurl'));
load_hooks();