Posted by eurekaloop on September 29, 2006 at 7:07am
Jump to:
| Project: | Feature |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi, I'm VERY new to this Drupal stuff, so bear with me, but I think I found a small typo in the Feature code, for the DELETE feature function.
I believe that the module line that states:
l(t('feature'), "admin/node/feature/delete/$feature->fid"));
should say:
l(t('delete'), "admin/node/feature/delete/$feature->fid"));
I changed the code on mine, and it didn't seem to cause any functional problems...but I hadn't checked everything so let us know if changing this title will cause errors somewhere else.
Thanks for a great module!
Comments
#1