? 317918.patch
? mw.patch
Index: votingapi.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/votingapi/votingapi.module,v
retrieving revision 1.46.2.13
diff -u -F^f -p -r1.46.2.13 votingapi.module
--- votingapi.module	19 Sep 2008 01:51:48 -0000	1.46.2.13
+++ votingapi.module	7 Oct 2008 17:30:31 -0000
@@ -27,7 +27,7 @@ function votingapi_menu() {
     'type' => MENU_NORMAL_ITEM
   );
 
-  if (module_exists('devel')) {
+  if (module_exists('devel_generate')) {
     $items['admin/generate/votingapi'] = array(
       'title' => 'Generate votes',
       'description' => 'Generate a given number of votes on site content. Optionally delete existing votes.',
