1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-10 03:14:48 +01:00

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 =