diff --git a/workflow/engine/classes/PmDynaform.php b/workflow/engine/classes/PmDynaform.php index 0b6c363da..1e4aa37e4 100644 --- a/workflow/engine/classes/PmDynaform.php +++ b/workflow/engine/classes/PmDynaform.php @@ -2165,6 +2165,7 @@ class PmDynaform * of any derivated Exception class. This way we have a lightweight version of the exception data that can * be used when logging the exception, for example. * @param $e an Exception class derivate + * @param $sql query that was executed when the exception was generated * @return array */ private function basicExceptionData($e, $sql)