Wrong reference to customfilter.class.inc
antiorario - July 2, 2009 - 13:45
| Project: | Custom filter |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | 6.x-2.0-beta1 |
Jump to:
Description
currently:
require_once drupal_get_path('module', 'customfilter') . '/custofilter.class.inc';Should be (obviously):
require_once drupal_get_path('module', 'customfilter') . '/customfilter.class.inc';I.e.: the name of the file is "custofilter.class.inc" instead of "customfilter.class.inc".

#1
I will fix it in the next hours; as usual, it gets fixed first in the development snapshot, which will be the base for the next beta version.
#2
This has been fixed in the development snapshot. Thanks for your report.
#3
#4
#5
#6
Automatically closed -- issue fixed for 2 weeks with no activity.