Download & Extend

Wrong reference to customfilter.class.inc

Project:Custom filter
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)
Issue tags:6.x-2.0-beta1

Issue Summary

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".

Comments

#1

Title:Line 33 of customfilter.module missing a character» Wrong reference to customfilter.class.inc

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

Version:6.x-2.0-beta1» 6.x-2.x-dev

This has been fixed in the development snapshot. Thanks for your report.

#3

Status:active» fixed

#4

#5

Issue tags:+6.x-2.0-beta1

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here