Fixed permalink URL generation

This commit is contained in:
Fergal Moran
2011-01-07 19:09:36 +00:00
parent 30086f321c
commit 65ab1f70cd

View File

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