Fixed a bug with system creation; also fixed a semi-hardcoded EXPORT_DIRECTORY path in controller

This commit is contained in:
Alexey Verkhovsky 2005-01-16 01:11:08 +00:00
parent 778e9420b5
commit 88b3a1ba08
3 changed files with 15 additions and 17 deletions

View file

@ -100,7 +100,7 @@ class WikiService
include AbstractWikiService
include Madeleine::Automatic::Interceptor
@@storage_path = self.name.downcase + '_storage'
@@storage_path = './storage/'
class << self
def storage_path