From 41050daa0dd493871e3aab6c20cfc484c516806a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Peters?= Date: Mon, 17 Nov 2008 11:57:08 +0100 Subject: [PATCH] fixed reference to collectivity --- extra/modules/root.ptl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/modules/root.ptl b/extra/modules/root.ptl index 51febda..b7eb055 100644 --- a/extra/modules/root.ptl +++ b/extra/modules/root.ptl @@ -509,7 +509,7 @@ class AlternateRootDirectory(OldRootDirectory): coll_id = get_request().get_header('X-Gdd-Account-Number') if coll_id: try: - coll = Collectivity.get(coll_id) + coll = collectivity.Collectivity.get(coll_id) if coll.url_on_logout: return redirect(coll.url_on_logout) except KeyError: