Skip to content

Commit a786602

Browse files
committed
updates aincorperating the module parameter into the myadmin_log calls
1 parent b374f8c commit a786602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ function_requirements('class.kyConfig');
429429
} catch (Exception $e) {
430430
$result['status'] = 'Failed';
431431
$result['status_text'] = 'Kayako exception occurred adding post. Please try again!';
432-
myadmin_log('api', 'info', $e->getMessage(), __LINE__, __FILE__);
432+
myadmin_log('api', 'info', $e->getMessage(), __LINE__, __FILE__, $module);
433433
return $result;
434434
}
435435
}

0 commit comments

Comments
 (0)