Fixed parse error..... Apparently I shouldn't be allowed near a computer today

This commit is contained in:
Stephen Ball 2015-10-13 16:35:27 +01:00
parent 3f71695013
commit 8f8009c30c

View file

@ -305,7 +305,7 @@ PHPCI',
'stage_test' => 'Test',
'stage_complete' => 'Complete',
'stage_success' => 'Success',
'stage_failure' => 'Failure'
'stage_failure' => 'Failure',
'stage_broken' => 'Broken',
'stage_fixed' => 'Fixed',