Skip to content
Snippets Groups Projects
Commit fbb42a55 authored by Alexander Hass's avatar Alexander Hass
Browse files

linkchecker_update_6211 was missing an update message.

parent 03c64a0b
No related branches found
No related tags found
Loading
linkchecker 6.x-dev, nightly
----------------------------
* linkchecker_update_6211 was missing an update message.
* #1869924: Strict warning: Creating default object from empty value.
* #1867460: Prevent save on automatic updates, if content has not changed.
* #1804842 follow up: Exit if all node types are disabled
......
......@@ -555,6 +555,7 @@ function linkchecker_update_6211() {
$ret = array();
variable_del('linkchecker_pathfilter_support');
$ret[] = array('success' => TRUE, 'query' => 'Removed obsolete linkchecker_pathfilter_support variable.');
return $ret;
}
......
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