Active
Project:
Sports Club Management
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 20:01 UTC
Updated:
10 Jun 2010 at 20:01 UTC
In file: club_article.cck
for a successful install, I had to swap:
$content['type'] = array (
'name' => 'Article',
'type' => 'club_article',
...
to:
$content['type'] = array (
'name' => 'Club Article',
'type' => 'club_article',
...
Cheers,