Commit f208c754 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-998 Removed not used $error parameter.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d4ed8f1a
...@@ -125,7 +125,7 @@ abstract class ContactWorker { ...@@ -125,7 +125,7 @@ abstract class ContactWorker {
* @access protected * @access protected
* @return void * @return void
*/ */
protected function Log($msg, $error = false) { protected function Log($msg) {
echo $msg . PHP_EOL; echo $msg . PHP_EOL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment