summaryrefslogtreecommitdiffstats
path: root/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.php')
-rw-r--r--templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 72c5ad2e5..ff1f1ceba 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -16,7 +16,7 @@
<dt><?php echo $l->t('Subscribelet'); ?></dt>
<dd>
<?php
- require_once(OC_App::getAppPath('news') .'/templates/subscribelet.php');
+ require_once OC_App::getAppPath('news') .'/templates/subscribelet.php';
createSubscribelet();
?>
</dd>