From adc6b005d5e18a420ecab7cec19e2f2cbff05a25 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Sun, 31 Jul 2005 00:27:31 +0000 Subject: [PATCH] Just checking my SVN access --- app/models/web.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/web.rb b/app/models/web.rb index 17b11434..0e21fc80 100644 --- a/app/models/web.rb +++ b/app/models/web.rb @@ -23,7 +23,6 @@ class Web @additional_style = nil @published = false @count_pages = false - @allow_uploads = true end # Explicitly sets value of some web attributes to defaults, unless they are already set @@ -35,6 +34,7 @@ class Web @max_upload_size = max_upload_size() @wiki = wiki end + # All below getters know their default values. This is necessary to ensure compatibility with # 0.9 storages, where they were not defined. def brackets_only() @brackets_only || false end