mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
Directory moved
This commit is contained in:
parent
2515d02e6d
commit
925d2d2383
10 changed files with 63 additions and 55 deletions
|
@ -705,7 +705,7 @@ function admin_page_site_post(App $a) {
|
|||
check_form_security_token_redirectOnErr('/admin/site', 'admin_site');
|
||||
|
||||
if (!empty($_POST['republish_directory'])) {
|
||||
Worker::add(PRIORITY_LOW, 'directory');
|
||||
Worker::add(PRIORITY_LOW, 'Directory');
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -867,7 +867,7 @@ function admin_page_site_post(App $a) {
|
|||
// Has the directory url changed? If yes, then resubmit the existing profiles there
|
||||
if ($global_directory != Config::get('system', 'directory') && ($global_directory != '')) {
|
||||
Config::set('system', 'directory', $global_directory);
|
||||
Worker::add(PRIORITY_LOW, 'directory');
|
||||
Worker::add(PRIORITY_LOW, 'Directory');
|
||||
}
|
||||
|
||||
if ($a->get_path() != "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue