mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix site.supporter?
This commit is contained in:
parent
578246668e
commit
214770ac80
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ class Site < Sequel::Model
|
|||
end
|
||||
|
||||
def supporter?
|
||||
plan_type != 'free'
|
||||
owner.plan_type != 'free'
|
||||
end
|
||||
|
||||
def ended_supporter?
|
||||
|
|
Loading…
Add table
Reference in a new issue