diff options
Diffstat (limited to 'lib/private/PreviewManager.php')
-rw-r--r-- | lib/private/PreviewManager.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/PreviewManager.php b/lib/private/PreviewManager.php index de03861badc..931b0035c4f 100644 --- a/lib/private/PreviewManager.php +++ b/lib/private/PreviewManager.php @@ -195,7 +195,8 @@ class PreviewManager implements IPreview { $this, $this->appData, new GeneratorHelper( - $this->rootFolder + $this->rootFolder, + $this->config ), $this->eventDispatcher ); |