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:
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);