Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2065)
+++ branches/2.8.x/CHANGELOG	(revision 2066)
@@ -11,7 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
-
+02 Jan-2014 Build 2066 Dietmar Woellbrink (Luisehahne)
+! /modules/output_filter/OutputFilterApi.php:: Typofix
 02 Jan-2014 Build 2065 Dietmar Woellbrink (Luisehahne)
 # /admin/users bugfixes user deactivating and deleting
 01 Jan-2014 Build 2064 Manuela v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2065)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2066)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.4');
-if(!defined('REVISION')) define('REVISION', '2065');
+if(!defined('REVISION')) define('REVISION', '2066');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/output_filter/OutputFilterApi.php
===================================================================
--- branches/2.8.x/wb/modules/output_filter/OutputFilterApi.php	(revision 2065)
+++ branches/2.8.x/wb/modules/output_filter/OutputFilterApi.php	(revision 2066)
@@ -26,7 +26,7 @@
 {
     $oReg = WbAdaptor::getInstance();
     $sFilterDir = __DIR__.'/filters/filter';
-    if (!preg_match('/^[a-z][a-z0-9\-]*$/si', $sContent)) {
+    if (!preg_match('/^[a-z][a-z0-9\-]*$/si', $sFilterName)) {
         return $sContent;
     }
     if (is_readable($sFilterDir.$sFilterName.$oReg->PageExtension)) {
