Skip to content

Commit adb08ee

Browse files
Fix variable rename
Co-authored-by: Nicky Gerritsen <nickygerritsen@me.com>
1 parent d13e643 commit adb08ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/EventLogService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function log(
315315
$query = ['ids' => $ids];
316316
}
317317

318-
$this->dj->withAllRoles(function () use ($query, $url, &$json) {
318+
$this->dj->withAllRoles(function () use ($query, $url, &$response) {
319319
$response = $this->dj->internalApiRequest($url, Request::METHOD_GET, $query);
320320
});
321321

0 commit comments

Comments
 (0)