Index: nodequeue.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodequeue/nodequeue.install,v
retrieving revision 1.15
diff -u -r1.15 nodequeue.install
--- nodequeue.install	6 Apr 2009 22:38:12 -0000	1.15
+++ nodequeue.install	19 Aug 2009 22:00:15 -0000
@@ -403,7 +403,7 @@
 function nodequeue_requirements($phase) {
   $requirements = array();
   $t = get_t();
-  if ($phase == 'install' || $phase == 'runtime' && module_exists('translation') && !module_exists('translation_helpers')) {
+  if (($phase == 'install' || $phase == 'runtime') && module_exists('translation') && !module_exists('translation_helpers')) {
     $requirements['nodequeue_translation']['title'] = $t('Nodequeue');
     $requirements['nodequeue_translation']['severity'] = REQUIREMENT_WARNING;
     $requirements['nodequeue_translation']['description'] = $t('To have the nodequeue module work with translations, you need to install and enable the !url module.', array('!url' => l('translation_helpers', 'http://drupal.org/project/translation_helpers')));
