Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1443)
+++ branches/2.8.x/CHANGELOG	(revision 1444)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+22 Apr-2011 Build 1443 Dietmar Woellbrink (Luisehahne)
+# fix wrong url in captacha 
 19 Apr-2011 Build 1443 Dietmar Woellbrink (Luisehahne)
 ! remove auto including YUI Framework in backend for modules, enable with ->print_footer(true)
 ! ->print_error and ->print_success too accept a message as array
Index: branches/2.8.x/wb/include/captcha/captcha.php
===================================================================
--- branches/2.8.x/wb/include/captcha/captcha.php	(revision 1443)
+++ branches/2.8.x/wb/include/captcha/captcha.php	(revision 1444)
@@ -35,8 +35,8 @@
 		$output .= "\t\t<title>captcha</title>\n\t</head>\n\t<body>\n";
 		$_SESSION['captcha_time'] = $t;
 		if($kind=='image') {
-			$output .= "\t\t<a title=\"reload\" href=\"".WB_REL."/include/captcha/captcha.php?display_captcha_X986E21=2\">";
-			$output .= "<img style=\"border: none;\" src=\"".WB_REL."/include/captcha/captchas/";
+			$output .= "\t\t<a title=\"reload\" href=\"".WB_URL."/include/captcha/captcha.php?display_captcha_X986E21=2\">";
+			$output .= "<img style=\"border: none;\" src=\"".WB_URL."/include/captcha/captchas/";
 			$output .= CAPTCHA_TYPE.".php?t=".$t."\" alt=\"Captcha\" /></a>\n";
 		} else {
 			$output .= "\t\t<h2>error</h2>";
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1443)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1444)
@@ -52,6 +52,6 @@
 
 // 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.2.RC5');
-if(!defined('REVISION')) define('REVISION', '1443');
+if(!defined('REVISION')) define('REVISION', '1444');
 
 ?>
