Skip to content

Commit 6a9d27d

Browse files
committed
Fix deprecation
1 parent 421da0e commit 6a9d27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/Revision.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function getCoreData($andFilters = [])
257257
// disable 'latest' flag in select query
258258
$search->setSelectLatest(false);
259259

260-
$data = $search->execute();
260+
$data = $search->getRows();
261261
if (!empty($data)) {
262262
return array_pop($data);
263263
}

0 commit comments

Comments
 (0)