Fixed permalink URL generation

This commit is contained in:
Fergal Moran
2011-01-07 19:13:12 +00:00
parent 5e6b19b3d6
commit 49fcdfc6e9

View File

@@ -44,5 +44,6 @@ class QRMaker:
'%s/../static/cache/%s.png' % (os.path.dirname(__file__), id),
'%s/../static/images/permalinked/%s.png' % (os.path.dirname(__file__), id)
)
logging.debug('./static/images/permalinked/%s.png' % id)
return './static/images/permalinked/%s.png' % id