mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix typo
This commit is contained in:
parent
644755df66
commit
fa718d2e2c
1 changed files with 1 additions and 1 deletions
2
lib/private/files/cache/scanner.php
vendored
2
lib/private/files/cache/scanner.php
vendored
|
|
@ -45,7 +45,7 @@ class Scanner extends BasicEmitter {
|
|||
protected $cacheActive;
|
||||
|
||||
/**
|
||||
* @var bool $transactions whether to use transactions
|
||||
* @var bool $useTransactions whether to use transactions
|
||||
*/
|
||||
protected $useTransactions = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue