bug fix on RStat.graphics()
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2050 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
470be830d5
commit
7a349dd58b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class RStat(object):
|
||||||
def graphics(self, **kw):
|
def graphics(self, **kw):
|
||||||
request = self.request
|
request = self.request
|
||||||
context = self.context
|
context = self.context
|
||||||
fn, robj = self.gdd(**kw)
|
fn, robj = gdd(**kw)
|
||||||
key = registerImage(fn)
|
key = registerImage(fn)
|
||||||
return '%s/@@plot?image=%s' % (absoluteURL(context, request), key)
|
return '%s/@@plot?image=%s' % (absoluteURL(context, request), key)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue