Skip to content

Commit 59b1281

Browse files
committed
Cron url, fixed wrong key for site url #161
1 parent 3e9572b commit 59b1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/controller/tools/cron.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function index() {
3434

3535
$view->cron = CronList::getCrons();
3636
$view->cronkey = \Vvveb\getConfig('app.cronkey');
37-
$view->cron_url = $site['href'] . '/run-cron/' . $view->cronkey;
37+
$view->cron_url = $site['url'] . '/run-cron/' . $view->cronkey;
3838
$view->cron_cli = 'php ' . DIR_ROOT . 'cli.php app module=cron/index';
3939
}
4040
}

0 commit comments

Comments
 (0)