Skip to content

Commit 6a75544

Browse files
author
Christian Blanquera
committed
1 parent 7a3cdcb commit 6a75544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fieldset/events.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function ($relation) {
183183
rename($path, $new);
184184
}
185185

186-
$response->setError(false)->setResults($results);
186+
$response->setError(false)->setResults($data);
187187
});
188188

189189
/**
@@ -222,7 +222,7 @@ function ($relation) {
222222
rename($path, $new);
223223
}
224224

225-
$response->setError(false)->setResults($results);
225+
$response->setError(false)->setResults($data);
226226
});
227227

228228
/**

0 commit comments

Comments
 (0)