1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Rename vars

This commit is contained in:
Matej Bačo 2023-03-24 09:27:01 +01:00
parent 3916e4c0c5
commit 964428944a

View file

@ -126,7 +126,7 @@ Server::setResource('execute', function () {
$vars = [];
// Shared vars
// global vars
$vars = \array_merge($vars, \array_reduce($dbForProject->find('variables', [
Query::equal('resourceType', ['project']),
Query::limit(APP_LIMIT_SUBQUERY)