fixed meta refresh to tree view

This commit is contained in:
Roland Gruber 2011-05-19 16:14:49 +00:00
parent 109397d1b2
commit f580d700c5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$Id$ $Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) 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 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 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]); metaRefresh("lists/list.php?type=" . $types[0]);
} }
else { else {
metaRefresh("tree/tree_view.php"); metaRefresh("tree/treeViewContainer.php");
} }
} }
?> ?>