projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cf144
)
Fix method name.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Dec 2010 17:44:07 +0000
(18:44 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 16 Dec 2010 10:23:54 +0000
(11:23 +0100)
vilma/lib/Driver.php
patch
|
blob
|
history
diff --git
a/vilma/lib/Driver.php
b/vilma/lib/Driver.php
index
5bb2b6a
..
384327c
100644
(file)
--- a/
vilma/lib/Driver.php
+++ b/
vilma/lib/Driver.php
@@
-88,7
+88,7
@@
abstract class Vilma_Driver
$domain_record = $this->getDomain($domain_id);
$users = $this->getUsers($domain_record['domain_name']);
foreach ($users as $user) {
- $this->
_
deleteUser($user['user_id']);
+ $this->deleteUser($user['user_id']);
}
$this->_deleteDomain($domain_id);
try {