From: Vincent Vanwaelscappel Date: Tue, 11 Feb 2025 16:36:34 +0000 (+0100) Subject: wait #7326 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7e9ab37201e7668d43c89259914a583f1b5af1eb;p=bloomsburie.git wait #7326 @0.25 --- 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();