diff options
-rw-r--r-- | lib/private/template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/template.php b/lib/private/template.php index b7db5690955..610d5fbc8e5 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -64,7 +64,8 @@ class OC_Template extends \OC\Template\Base { $this->path = $path; parent::__construct($template, $requesttoken, $l10n, $themeDefaults); -} + } + /** * autodetect the formfactor of the used device * default -> the normal desktop browser interface |