Skip to content
Snippets Groups Projects
Commit 4e769014 authored by Jen Lampton's avatar Jen Lampton Committed by Jakob P
Browse files

Issue #2966566 by jenlampton, japerry: Call to undefined function drupal_strtolower()

parent f50c95ca
No related branches found
No related tags found
No related merge requests found
......@@ -795,6 +795,9 @@ function _acquia_purge_registry() {
else {
// Parse the module's .info file to retrieve all registered files.
require_once DRUPAL_ROOT . '/includes/common.inc';
if (!function_exists('drupal_strtolower')) {
require_once DRUPAL_ROOT . '/includes/unicode.inc';
}
$path = drupal_get_path('module', 'acquia_purge') . '/acquia_purge.info';
$info = drupal_parse_info_file($path);
// Begin the registry's datastructure.
......
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