interface/web/sites/webdav_user_edit.php
@@ -134,6 +134,7 @@ function onAfterInsert() { global $app, $conf; /* change pwd here */ $web = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".intval($this->dataRecord["parent_domain_id"])); $server_id = $web["server_id"]; @@ -168,7 +169,7 @@ function onAfterUpdate() { global $app, $conf; /* change PWD here */ }