list-domain.php:

- add missing $condition paramter in DomainHander->getList() call


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1318 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent e719c6c4dd
commit 51ddbd2f2e

@ -37,7 +37,7 @@ if (authentication_has_role('global-admin')) { # more permissions? Fine!
}
$handler = new DomainHandler(0, $admin_username);
if ($handler->getList()) {
if ($handler->getList('1=1')) {
$domain_properties = $handler->result();
} else {
$domain_properties = array();

Loading…
Cancel
Save