Fix method name.
authorJan Schneider <jan@horde.org>
Mon, 13 Dec 2010 17:44:07 +0000 (18:44 +0100)
committerJan Schneider <jan@horde.org>
Thu, 16 Dec 2010 10:23:54 +0000 (11:23 +0100)
vilma/lib/Driver.php

index 5bb2b6a..384327c 100644 (file)
@@ -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 {