Fixed major bug that was submitted with the previous commit

This commit is contained in:
Savetheinternet 2010-11-04 18:25:23 +11:00
parent 5765e2c423
commit 32f9ca2b70

View File

@ -133,6 +133,8 @@
$temp .= substr($body, $previousPosition, $position-$previousPosition) . $cites[1][$index] . $replacement . $cites[3][$index];
$previousPosition = $position+strlen($cites[0][$index]);
}
// The rest
$temp .= substr($body, $previousPosition);
$body = $temp;
}