Closed (fixed)
Project:
Drupal core
Version:
5.0
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 10:58 UTC
Updated:
25 Jan 2010 at 01:17 UTC
node_overview_types() tests if a content type has a form function defined. My modules do not load form code until needed and form code is not needed in admin/content/types which means my content types are not listed. When I comment out the following line and the matching closing bracket, admin/content/types works.
if (function_exists($type->module .'_form')) {
Comments
Comment #1
marcingy commentedFixed in D7