Andrew
New Member
In the source/admin/edit.php towards the very end of the file - there is a redirect URL after the form is processed
 
	
	
	
		
Should that be
 
	
	
	
		
								
		Code:
	
	 header("refresh:1; url={$TMPL['list_url']}/index.php?a=admin&b=edit&u={$TMPL['owner']}");
	
		Code:
	
	 header("refresh:1; url={$TMPL['list_url']}/index.php?a=admin&b=edit&u={$TMPL['username']}");