Index: branches/wb_devel/CHANGELOG
===================================================================
--- branches/wb_devel/CHANGELOG	(revision 1150)
+++ branches/wb_devel/CHANGELOG	(revision 1151)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.1 -------------------------------------
+23-Sep-2009 Dietrich Roland Pehlke
+#	Fixed typos inside index.php.
 22-Sep-2009	Dietrich Roland Pehlke
 !	Changes inside the class.database.php; e.g. Logfile-support, Error-Message-Template.
 	for future testings.
Index: branches/wb_devel/wb/index.php
===================================================================
--- branches/wb_devel/wb/index.php	(revision 1150)
+++ branches/wb_devel/wb/index.php	(revision 1151)
@@ -41,7 +41,7 @@
 	 */
 	require_once(dirname(__FILE__).'/config.php');
 
-	if (!defined(WB_PATH)) {
+	if (!defined('WB_PATH')) {
 		/**
 		 *	Ups ... config seems to be corrupt
 		 */
