summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-16 22:01:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-16 22:01:06 +0200
commite95c1af89093f74e2ba95864b99e3df63dc5dce1 (patch)
tree0a445964497483d1ad5b29bf7963bd7ed7ecc4b3 /templates
parent7a0d08dcccf21820609224c5f8701b741ff0c0be (diff)
updated readme to contain hint for updated owncloud versions
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');