From f580d700c5d7028d0e26fbf122d431b601b8cabc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 19 May 2011 16:14:49 +0000 Subject: [PATCH] fixed meta refresh to tree view --- lam/templates/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/main.php b/lam/templates/main.php index 963b2744..d02b2c1f 100644 --- a/lam/templates/main.php +++ b/lam/templates/main.php @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2003 - 2010 Roland Gruber + Copyright (C) 2003 - 2011 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ else { metaRefresh("lists/list.php?type=" . $types[0]); } else { - metaRefresh("tree/tree_view.php"); + metaRefresh("tree/treeViewContainer.php"); } } ?>