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

kiamlaluno - July 2, 2009 - 14:37
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

kiamlaluno - July 2, 2009 - 17:51
Version:6.x-2.0-beta1» 6.x-2.x-dev

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

#3

kiamlaluno - July 2, 2009 - 17:52
Status:active» fixed

#4

kiamlaluno - July 5, 2009 - 01:20
Issue tags:-beta1+6.x-2.x-beta1

#5

kiamlaluno - July 5, 2009 - 01:27

#6

System Message - July 19, 2009 - 01:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.