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:
authorMorris Jobke <hey@morrisjobke.de>2019-04-11 17:14:22 +0300
committerGitHub <noreply@github.com>2019-04-11 17:14:22 +0300
commite2281220b36fc0219826c15f728af812ccb6e91f (patch)
treeb2186c8166bd22669fc2b5b71c1528909e2ecf96 /lib
parent0c101edaac3a02986dc920cb74cb14f3c689fefc (diff)
Update lib/Controller/ApiController.php
Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
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;