Closed (fixed)
Project:
Activity
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2009 at 11:32 UTC
Updated:
11 Dec 2009 at 17:50 UTC
I just added an array check because of unwanted warnings. I also added a default local task so the maintenance tab shows up correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| activity.module.patch | 941 bytes | DrakeRemory |
Comments
Comment #1
Scott Reynolds commented1.) admin/settings/activity/manage is actually an view, so you need to fix the View not add a menu callback
2.) Brake that nasty one line if statement into multiple lines. For code readability.
Comment #2
Scott Reynolds commentedhttp://drupal.org/cvs?commit=294734
Committed with those changes.