From 6320614619d1091014aa2d1073b186d819d416e1 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 29 Sep 2012 14:39:08 +0000 Subject: [PATCH] Typo :( --- inc/filter/rallye_filter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/filter/rallye_filter.php b/inc/filter/rallye_filter.php index cc459d231b..f7ab4e7a47 100644 --- a/inc/filter/rallye_filter.php +++ b/inc/filter/rallye_filter.php @@ -52,7 +52,7 @@ function FILTER_RALLYE_EXTRA_AUTOPURGE ($filterData) { } // Run filter for notifying users about rallyes -function FILTER_RALLYE_NOTIFY_USERS ($filerData) { +function FILTER_RALLYE_NOTIFY_USERS ($filterData) { // Do stuff only when not in CSS mode //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); if (!isCssOutputMode()) { -- 2.39.5