mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +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
|
end
|
||||||
|
|
||||||
def supporter?
|
def supporter?
|
||||||
plan_type != 'free'
|
owner.plan_type != 'free'
|
||||||
end
|
end
|
||||||
|
|
||||||
def ended_supporter?
|
def ended_supporter?
|
||||||
|
|
Loading…
Add table
Reference in a new issue