Add missing break statement

This commit is contained in:
vrana
2012-09-06 15:12:57 -07:00
parent 0736592cff
commit 958e6cd109

View File

@@ -1853,6 +1853,7 @@ final class DifferentialChangesetParser {
$message = pht('This submodule was moved from %s.', $from); $message = pht('This submodule was moved from %s.', $from);
break; break;
} }
break;
case DifferentialChangeType::TYPE_COPY_HERE: case DifferentialChangeType::TYPE_COPY_HERE:
$from = $from =