Closed cleberjsantos closed 12 years ago
Solution is to pass the "plname" in the load Flickr and Picasa Plugin.
@@ -258,7 +262,7 @@ class Galleria(BrowserView):
})
}) """ % (str(self.settings.selector),
- str(self.galleria_flickrid()),
+ str(self.plugins(plname='flickr')),
int(self.flickrplugin.flickr_max),
str(self.flickrplugin.flickr_desc).lower(),
int(self.settings.gallery_width),
@@ -293,8 +297,8 @@ class Galleria(BrowserView):
}) """ % (str(self.settings.selector),
int(self.picasaplugin.picasa_max),
str(self.picasaplugin.picasa_desc).lower(),
- str(self.galleria_picasauserandid()[0]),
- str(self.galleria_picasauserandid()[1]),
+ str(self.plugins(plname='picasaweb')[0]),
+ str(self.plugins(plname='picasaweb')[1]),
int(self.settings.gallery_width),
int(self.settings.gallery_height),
str(self.settings.autoplay).lower())
The bug occurs when you insert a link object with to url of flickr or picasa.
TraceBack: