1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +01:00

Quick fix, unbreak Herald. Proper fix should not go down this path.

Auditors: btrahan, makinde
This commit is contained in:
epriestley 2012-04-02 13:08:05 -07:00
parent b023480277
commit ffb074424d

View file

@ -105,6 +105,7 @@ final class HeraldValueTypeConfig {
case HeraldActionConfig::ACTION_AUDIT:
return self::VALUE_PROJECT;
case HeraldActionConfig::ACTION_FLAG:
return self::VALUE_FLAG_COLOR;
default:
throw new Exception("Unknown or invalid action '{$action}'.");
}