Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 576)
+++ trunk/CHANGELOG	(revision 577)
@@ -13,6 +13,7 @@
 ------------------------------------- 2.7.0 -------------------------------------
 
 20-Jan-2008 Christian Sommer
+#	fixed E_NOTICE-warning in save.php when input data was wrong
 +	added the new admin tool email output filter which allows to transform
 	emails before displaying them on the frontend
 20-Jan-2008 Thomas Hornik
Index: trunk/wb/install/save.php
===================================================================
--- trunk/wb/install/save.php	(revision 576)
+++ trunk/wb/install/save.php	(revision 577)
@@ -37,7 +37,6 @@
 		// Copy values entered into session so user doesn't have to re-enter everything
 		if(isset($_POST['website_title'])) {
 			$_SESSION['wb_url'] = $_POST['wb_url'];
-			$_SESSION['wb_path'] = $_POST['wb_path'];
 			$_SESSION['default_timezone'] = $_POST['default_timezone'];
 			if(!isset($_POST['operating_system'])) {
 				$_SESSION['operating_system'] = 'linux';
