Posted by quiptime on April 12, 2011 at 10:58am
1 follower
Jump to:
| Project: | Calendar |
| Version: | 6.x-2.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Take a look at calendar.module, calendar_remove():
// Delete it from the database, if stored there.
if ($view = views_get_view($view_name)) {The same bug still exist in the dev.
Patch for 6.x-2.4 attached.
| Attachment | Size |
|---|---|
| calendar.module.patch | 662 bytes |
Comments
#1
Changing status, as there is a patch.