]> git.mxchange.org Git - friendica.git/blobdiff - include/cli_startup.php
Issue 2122: Make sure to always return the correct number of entries
[friendica.git] / include / cli_startup.php
index 236fd14427b3a4d608b14922fdf714e4755c457e..d43bc1c947b4a70ebc591c0151e0260bccdfea7a 100644 (file)
@@ -24,9 +24,6 @@ function cli_startup() {
        load_config('config');
        load_config('system');
 
-       if ($hostname =  get_config('system', 'hostname'))
-               $a->set_hostname($hostname);
-
        $a->set_baseurl(get_config('system','url'));
 
        load_hooks();