Revision: 654
Author: batiste.bieler
Date: Mon Aug 24 01:30:57 2009
Log: Fix partialy bug 153
http://code.google.com/p/django-page-cms/source/detail?r=654

Modified:
  /trunk/pages/views.py

=======================================
--- /trunk/pages/views.py       Thu Aug 20 09:47:19 2009
+++ /trunk/pages/views.py       Mon Aug 24 01:30:57 2009
@@ -45,7 +45,7 @@
          raise Http404

      if path:
-        current_page = Page.objects.from_path(path, lang)
+        current_page = Page.objects.on_site().from_path(path, lang)
      elif pages:
          current_page = pages[0]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to