]> source.dussan.org Git - nextcloud-server.git/commit
fix(setupchecks): Fix opcache buffer check backport/44533/stable29 45103/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 29 Apr 2024 11:56:18 +0000 (13:56 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 30 Apr 2024 08:45:13 +0000 (08:45 +0000)
commit2733aa12056dbdaae4b93b30b6faa397972acd02
treeaf0eb92003cb3eddee91cdf24f57ce3fc420fb62
parent828c77b46ae147b9b6312e0a153053c982e91042
fix(setupchecks): Fix opcache buffer check

This was broken by last codestyle update, maybe even before because of
 operator precedence. Now using vars to make it readable and correct at
 the same time.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/settings/lib/SetupChecks/PhpOpcacheSetup.php