diff options
Diffstat (limited to 'includes/install.inc')
-rw-r--r-- | includes/install.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc index 73ce2c263..8234c37e6 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -360,7 +360,7 @@ function drupal_uninstall_module($module) { if (!empty($paths)) { $paths = array_keys($paths); // Clean out the names of load functions. - foreach($paths as $index => $path) { + foreach ($paths as $index => $path) { $parts = explode('/', $path, MENU_MAX_PARTS); foreach ($parts as $k => $part) { if (preg_match('/^%[a-z_]*$/', $part)) { |