From 6ff529b3a5fed25d6cb1e8dfcaf1f46cdd06b9b0 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 28 Jul 2010 13:38:48 +0000 Subject: [PATCH] Fix typo. --- feeds.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds.install b/feeds.install index 2a585d39..1bb79d60 100644 --- a/feeds.install +++ b/feeds.install @@ -498,7 +498,7 @@ function feeds_update_6009() { */ function feeds_update_6010() { drupal_install_modules(array('feeds_news', 'feeds_import')); - if (module_exist('data')) { + if (module_exists('data')) { drupal_install_modules(array('feeds_fast_news')); drupal_set_message(t('Installed Feeds News, Feeds Fast News and Feeds Import as replacement for Feeds Defaults module.')); } -- GitLab