Completed
Pull Request — release-2.1 (#17)
by Mathias
05:59
created
Sources/SplitTopics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -627,7 +627,7 @@
 block discarded – undo
627 627
 
628 628
 	// You cannot split off the first message of a topic.
629 629
 	if ($split1_first_msg > $split2_first_msg)
630
-		redirectexit ('action=splittopics;sa=selectTopics;subname=' . $new_subject . ';topic=' . $split1_ID_TOPIC . '.0;start2=0');
630
+		redirectexit('action=splittopics;sa=selectTopics;subname=' . $new_subject . ';topic=' . $split1_ID_TOPIC . '.0;start2=0');
631 631
 		//fatal_lang_error('split_first_post', false);
632 632
 
633 633
 	// We're off to insert the new topic!  Use 0 for now to avoid UNIQUE errors.
Please login to merge, or discard this patch.