diff options
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 2 |
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(); |