diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index b06c534ac..aabf708f8 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -50,7 +50,8 @@ empty string and site key 0 if the cobrand uses all the data. =cut -sub site_restriction { return ( "", 0, {} ) } +sub site_restriction { return ( 0, {} ) } +sub sql_restriction { return ""; } =head2 restriction |