From 7e9ab37201e7668d43c89259914a583f1b5af1eb Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 11 Feb 2025 17:36:34 +0100 Subject: [PATCH] wait #7326 @0.25 --- framework/library/CubeIT/Form/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/library/CubeIT/Form/User.php b/framework/library/CubeIT/Form/User.php index 3d2293f..a5ed449 100644 --- a/framework/library/CubeIT/Form/User.php +++ b/framework/library/CubeIT/Form/User.php @@ -50,7 +50,7 @@ class CubeIT_Form_User extends CubeIT_Form_List_Model { $this->setAdditionnalActions(array(array($this, '_loginAs'))); } - public function saveInDatabase(CubeIT_Ajax_Actions $ajax) { + public function saveInDatabase(CubeIT_Ajax_Actions $ajax=null) { $id = parent::saveInDatabase($ajax); $db = Bootstrap::getInstance()->getDb(); -- 2.39.5