Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Controller/ApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/ApiController.php b/lib/Controller/ApiController.php
index a900ff4..7d1b2d2 100755
--- a/lib/Controller/ApiController.php
+++ b/lib/Controller/ApiController.php
@@ -36,7 +36,7 @@ use OCP\IRequest;
class ApiController extends OCSController {
/** @var Os */
- private $Os;
+ private $os;
/** @var SystemStatistics */
private $systemStatistics;