Skip to content
Snippets Groups Projects
Commit 160b2e55 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #82858 by RobBoy: incorrect paramaters to _ping_notify() in ping_cron().

parent 837a314d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -36,7 +36,7 @@ function ping_cron() {
if (variable_get('site_name', 0)) {
if (db_num_rows(db_query("SELECT nid FROM {node} WHERE status = 1 AND (created > '". variable_get('cron_last', time()) ."' OR changed > '". variable_get('cron_last', time()) ."')"))) {
_ping_notify(variable_get('site_name', ''), $site_title, $base_url);
_ping_notify(variable_get('site_name', ''), $base_url);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment