Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
authorzuber <marek@stepniowski.com>
Thu, 22 Oct 2009 15:07:03 +0000 (17:07 +0200)
committerzuber <marek@stepniowski.com>
Thu, 22 Oct 2009 15:07:03 +0000 (17:07 +0200)
apps/api/handlers/library_handlers.py

index a328582..942ea0e 100644 (file)
@@ -388,7 +388,7 @@ class DocumentGalleryHandler(BaseHandler):
                     
                 gallery['pages'].append( quote(url.encode('utf-8')) )
 
-#            gallery['pages'].sort()
+            gallery['pages'].sort()
             galleries.append(gallery)
 
         return galleries