Closed (fixed)
Project:
Plugin Manager
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2011 at 11:31 UTC
Updated:
11 Jun 2011 at 15:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
DrewMathers commentedWorkaround:
In plugin_manager.admin.inc, replace all occurrences of "drupal_function_exists" with "function_exists".
Comment #2
DrewMathers commentedHere is a patch to implement this.
Comment #3
paulgemini commentedHmmm - this should be marked as closed and fixed. It looks like this patch was committed to 7.x-1.x-dev.