Skip to content
Snippets Groups Projects
Commit e09d4fbd authored by Herman van Rink's avatar Herman van Rink
Browse files

Fix notice

parent e2d64c29
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ function _provision_drupal_find_themes($scope, $key = '') { ...@@ -59,7 +59,7 @@ function _provision_drupal_find_themes($scope, $key = '') {
function _provision_drupal_system_map() { function _provision_drupal_system_map() {
$profiles = _provision_find_profiles(); $profiles = _provision_find_profiles();
foreach ($profiles as $profile => $info) { foreach ($profiles as $profile => $info) {
if (!$info->version) { if (empty($info->version)) {
$info->version = drush_drupal_version(); $info->version = drush_drupal_version();
} }
$profiles[$profile] = $info; $profiles[$profile] = $info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment