interface/web/client/client_edit.php
@@ -161,6 +161,8 @@ $app->db->query("UPDATE client SET parent_client_id = ".intval($_SESSION['s']['user']['client_id'])." WHERE client_id = ".$this->id); } $app->db->query("UPDATE client SET created_at = ".time()." WHERE client_id = ".$this->id); /* If there is a client-template, process it */ applyClientTemplates($this->id);