Forums / Cotonti / Bugs / Archive / infinite redirection when a have error page

oc
#1295 2008-10-23 21:25
I know why it is. I figured it out long time ago, but I wanted to commit with my other fixes.

First of all, not about that but, look at this: (message.inc.php)

	case '930':
		if ($usr['id']==0)
		{
			$rd = 2;
		$the_redirect = (!empty($redirect)) ? "&redirect=".$redirect : '';
		$ru = sed_url('users', 'm=auth'.$redirect);
		}

it happens because of new sed_url. i forgot the line but in some file, you should delete/add an "&" (amp)