Skip to content
Snippets Groups Projects
Commit 2f9fa35e authored by Frédéric G. Marand's avatar Frédéric G. Marand
Browse files

Minor hook_requirements() compliance fix.

parent 21ee9392
Branches 6.x-1.x
Tags 6.x-1.0
No related merge requests found
......@@ -38,7 +38,7 @@ function url_replace_filter_requirements($phase) {
$req['severity'] = REQUIREMENT_INFO;
}
return array($req);
return array('url_replace_filter' => $req);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment