Changeset 165

User picture

Author: Mighty Gorgon

(2010/01/17 12:19) About 2 years ago

Bugs fixed:
* Fixed a small bug when moving a topic which prevented the right forum ID to be inserted in the redirect link

Affected files

Updated ip/trunk/modcp.php Download diff

164165
429
			$redirect_url = $redirect_page;
429
			$redirect_url = $redirect_page;
430
			meta_refresh(3, $redirect_url);
430
			meta_refresh(3, $redirect_url);
431
431
432
			message_die(GENERAL_MESSAGE, $message .'<br /><br />'. sprintf($lang['Click_return_forum'], '<a href="'. CMS_PAGE_VIEWFORUM . '?' . POST_FORUM_URL . '=' . $old_forum_id . '&amp;sid=' . $userdata['session_id'] .'">', '</a>'));
432
			message_die(GENERAL_MESSAGE, $message .'<br /><br />'. sprintf($lang['Click_return_forum'], '<a href="'. CMS_PAGE_VIEWFORUM . '?' .
POST_FORUM_URL . '=' . $forum_id . '&amp;sid=' . $userdata['session_id'] .'">', '</a>'));
433
		}
433
		}
434
		else
434
		else
435
		{
435
		{