]> git.mxchange.org Git - friendica.git/blobdiff - include/identity.php
regenerated master messages.po for new strings in the admin panel
[friendica.git] / include / identity.php
index 4dffe72559395f195dcc39757f12a5ac6eef534f..9b75ebccdbd4875e224da7137c9b7c89cf4379e3 100644 (file)
@@ -818,7 +818,7 @@ function zrl_init(&$a) {
                        }
                }
 
-               proc_run('php','include/gprobe.php',bin2hex($tmp_str));
+               proc_run(PRIORITY_LOW, 'include/gprobe.php',bin2hex($tmp_str));
                $arr = array('zrl' => $tmp_str, 'url' => $a->cmd);
                call_hooks('zrl_init',$arr);
        }