From 77f271876d54d0239264ea3b9b9c8d012c61fedc Mon Sep 17 00:00:00 2001 From: ahixon Date: Thu, 16 Apr 2009 02:43:15 +0000 Subject: [PATCH] Fix viewing domain aliases. --- src/www/bongo/hawkeye/AliasView.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/www/bongo/hawkeye/AliasView.py b/src/www/bongo/hawkeye/AliasView.py index 73403c2..d2a6ee2 100644 --- a/src/www/bongo/hawkeye/AliasView.py +++ b/src/www/bongo/hawkeye/AliasView.py @@ -59,11 +59,10 @@ class AliasHandler(HawkeyeHandler): self.SetVariable("dremove", None) # Template stuff - #domainName = info.filename.replace(storePath + "/", "") - domainName = info.filename + domainName = info.filename.replace(storePath + "/", "") # Fetch data and set template variables - dataobj = store.Read(storePath + "/" + info.filename) + dataobj = store.Read(info.filename) decoder = simplejson.JSONDecoder() data = { } try: