Changed reliance upon filename to the configuration system. This works towards fixing issue #322

git-svn-id: https://beef.googlecode.com/svn/trunk@937 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-04-28 01:12:58 +00:00
parent 18aaed3572
commit 88ce370792
3 changed files with 5 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ module Core
# Super class controller
def initialize(info)
get_extensions
@info = info
@datastore = @info['Data'] || {}
@friendlyname = @info['Name'] || nil