From a82f6bb2793ca065085fe71900f240579ae9c464 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 20 Jan 2013 19:12:32 +0000 Subject: [PATCH] fixed double refresh data --- lam/lib/types/user.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/types/user.inc b/lam/lib/types/user.inc index 4e5a7032..7992c3b4 100644 --- a/lam/lib/types/user.inc +++ b/lam/lib/types/user.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2012 Roland Gruber + Copyright (C) 2005 - 2013 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 @@ -655,7 +655,7 @@ class lamUserList extends lamList { $asOptionOldValue = $this->showAccountStatus; $this->showAccountStatus = $asOption->isSelected(); if ($this->showAccountStatus && !$asOptionOldValue) { - $this->listRefreshData(); + $this->forceRefresh(); } }