summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.subscribelet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.subscribelet.php b/templates/part.subscribelet.php
index 2080620d5..2997edbf2 100644
--- a/templates/part.subscribelet.php
+++ b/templates/part.subscribelet.php
@@ -7,7 +7,7 @@
var a=window,
b=document,
c=encodeURIComponent,
- d=a.open('<?php print_unescaped(OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
+ d=a.open('<?php print_unescaped(\OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',
top='+((a.screenY||a.screenTop)+10)+',
height=150px,width=360px,resizable=1,alwaysRaised=1');