Skip to content
Snippets Groups Projects
Commit 6ff529b3 authored by Alex Barth's avatar Alex Barth
Browse files

Fix typo.

parent 7f33f0c4
No related branches found
No related tags found
No related merge requests found
......@@ -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.'));
}
......
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