[Customisation Database Commits] r1734 - /trunk/titania/includes/tools/posting.php

Nathan Guse exreaction at phpbb.com
Sat Oct 2 19:50:36 BST 2010


Author: exreaction
Date: Sat Oct  2 19:50:36 2010
New Revision: 1734

Log:
Correct redirect when removing a topic by deleting a post #62389

Modified:
    trunk/titania/includes/tools/posting.php

Modified: trunk/titania/includes/tools/posting.php
==============================================================================
*** trunk/titania/includes/tools/posting.php (original)
--- trunk/titania/includes/tools/posting.php Sat Oct  2 19:50:36 2010
***************
*** 873,878 ****
--- 873,880 ----
  					{
  						redirect(titania_url::append_url($post_object->topic->get_url(), array('p' => $redirect_post_id, '#p' => $redirect_post_id)));
  					}
+ 
+ 					redirect(titania_url::build_url($post_object->topic->topic_url));
  				}
  				else
  				{




More information about the customisationdb-commits mailing list