Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2085)
+++ branches/2.8.x/CHANGELOG	(revision 2086)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+16 Jan-2014 Build 2086 Manuela v.d.Decken(DarkViper)
+# A remaining semicolon removed from AccessFileHelper
 16 Jan-2014 Build 2085 Manuela v.d.Decken(DarkViper)
 ! build DSN extended for PDO::MYSQL_ATTR_INIT_COMMAND = 'SET NAMES xx'
 16 Jan-2014 Build 2084 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 2085)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2086)
@@ -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', '2085');
+if(!defined('REVISION')) define('REVISION', '2086');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/framework/AccessFileHelper.php
===================================================================
--- branches/2.8.x/wb/framework/AccessFileHelper.php	(revision 2085)
+++ branches/2.8.x/wb/framework/AccessFileHelper.php	(revision 2086)
@@ -160,7 +160,7 @@
 		$sRootPath = self::getRealPath($sRootPath);
 		$sFullPath = self::getRealPath($sFullPath);
 		$sRetval = (preg_match('/^'.preg_quote($sRootPath, '/').'/', $sFullPath) ? $sFullPath : null );
-		return $sRetval;;
+		return $sRetval;
 	}
 
 	static public function getRealPath($sPath)
