Directory moved

This commit is contained in:
Michael 2017-11-18 07:59:30 +00:00
commit 925d2d2383
10 changed files with 63 additions and 55 deletions

View file

@ -645,7 +645,7 @@ function settings_post(App $a) {
// Update global directory in background
$url = $_SESSION['my_url'];
if ($url && strlen(Config::get('system', 'directory'))) {
Worker::add(PRIORITY_LOW, "directory", $url);
Worker::add(PRIORITY_LOW, "Directory", $url);
}
}