diff options
author | Struan Donald <struan@exo.org.uk> | 2018-03-15 16:12:58 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-03-15 16:12:58 +0000 |
commit | 9d9352ca6bbd757b30796d3cebd42f3ba06f6ddc (patch) | |
tree | e587f810b1adf59d6c947e1e887b341cb3e635e5 /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | d5fed14044a348d85061202265dd09e4ce1b776b (diff) | |
parent | 8c23490f465fad0089d77ee362c566d066798d09 (diff) |
Merge branch 'rutland-integration'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 03a6c1a83..8c4d8be53 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -1178,7 +1178,7 @@ Return true if an Open311 service attribute should be a hidden field. sub category_extra_hidden { my ($self, $meta) = @_; - return 0; + return 0; } =item reputation_increment_states/reputation_decrement_states |