From 39790a71f992906b163955fe18f1f97eee62bdf7 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 15 Jan 2018 14:50:28 +0100 Subject: [PATCH] BugFix oe_kurzbz --- include/personlog.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/personlog.class.php b/include/personlog.class.php index 93a810a6c..03fa1e27b 100644 --- a/include/personlog.class.php +++ b/include/personlog.class.php @@ -42,7 +42,7 @@ class personlog extends basis_db parent::__construct(); } - public function log($person_id, $logtype_kurzbz, $logdata, $app='core', $oe_kurzbz='null', $user=null) + public function log($person_id, $logtype_kurzbz, $logdata, $app='core', $oe_kurzbz=null, $user=null) { $qry = "INSERT INTO system.tbl_log(person_id, zeitpunkt, app, oe_kurzbz, logtype_kurzbz, logdata, insertvon) VALUES(".