mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 20:40:39 -05:00
reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() cache result of checkUpgrade() in self::$needUpgrade reduce calls of \OCP\Util::needUpgrade() where \OCP\Util::needUpgrade() is called we can call as well self::checkUpgrade and use the cached result In line 877 the call way unnecessary anyway because of the first part of the if statement move caching to \OCP\Util::needUpgrade renaming variable fixing testNeedUpgradeCore() fix typo in variable name deleting tabs |
||
|---|---|---|
| .. | ||
| acceptance | ||
| apps | ||
| core | ||
| data | ||
| lib | ||
| ocs | ||
| ocs-provider | ||
| settings | ||
| apps.php | ||
| bootstrap.php | ||
| enable_all.php | ||
| karma.config.js | ||
| phpunit-autotest-external.xml | ||
| phpunit-autotest.xml | ||
| phpunit.xml.dist | ||
| preseed-config.php | ||
| startsessionlistener.php | ||