In the hook_requirements() API example doc in system.api.php:
$requirements['cron']['description'] .= ' ' . $t('You can <a href="@cron">run cron manually</a>.', array('@cron' => url('admin/logs/status/run-cron')));
The path is actually admin/reports/status/run-cron. The other does not exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | no-such-logs.patch | 1.21 KB | xjm |
Comments
Comment #1
dave reid*facepalm*
Comment #2
xjmThere was another instance of 'logs' as well.
Comment #3
sunComment #4
webchickHeh, whoops. :)
Committed and pushed to 8.x and 7.x. Thanks!
Comment #5.0
(not verified) commentedUpdated issue summary.