Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f263e898
Commit
f263e898
authored
May 09, 2012
by
catch
Browse files
Issue
#1551626
by moshe weitzman: follow-up to disable page caching in cron callback
parent
eb745338
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/system.module
View file @
f263e898
...
...
@@ -1120,6 +1120,7 @@ function system_menu() {
* @see system_cron_access().
*/
function
system_cron_page
()
{
drupal_page_is_cacheable
(
FALSE
);
drupal_cron_run
();
// Returning nothing causes no output to be generated.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment