diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 16:50:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-20 17:16:58 +0100 |
commit | 3aca6e562872f6eb27ea7b8a9b31b415d07ddf46 (patch) | |
tree | 4e6cd65f54917da798c64e5f6e8f9c53526005c0 /perllib/FixMyStreet/DB/Result | |
parent | 35b2e8fbcb4d382377ca8652d058dc263707b82b (diff) | |
parent | ac8145c7ec2d648be0c687d2d0037757f4142eaf (diff) |
Merge remote-tracking branch 'origin/issues/forcouncils/89-tidy-report-admin-actions'
Diffstat (limited to 'perllib/FixMyStreet/DB/Result')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/User.pm b/perllib/FixMyStreet/DB/Result/User.pm index 48b688000..2a2d0d5e3 100644 --- a/perllib/FixMyStreet/DB/Result/User.pm +++ b/perllib/FixMyStreet/DB/Result/User.pm @@ -341,7 +341,7 @@ sub adopt { $other->delete; } -# Planned reports +# Planned reports / shortlist # Override the default auto-created function as we only want one live entry per user around add_to_planned_reports => sub { |