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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-08 15:01:27 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-20 09:38:45 +0300
commit202d04ed48fdafdf42020f5144a3c3d71962ad41 (patch)
tree528ff07c75409c975a01d67ccd08cdc7ca4f5309 /lib/TemplateManager.php
parent22e9cd758120ea570e5d9793a3906975e8376d51 (diff)
Fix admin page
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/TemplateManager.php')
-rw-r--r--lib/TemplateManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TemplateManager.php b/lib/TemplateManager.php
index d97af4f9..9eea83f8 100644
--- a/lib/TemplateManager.php
+++ b/lib/TemplateManager.php
@@ -223,7 +223,7 @@ class TemplateManager {
/**
* @return array
*/
- public function getSystemFormatted($type) {
+ public function getSystemFormatted($type = null) {
$empty = $this->getEmpty($type);
$system = $this->getSystem($type);