aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-08-09 22:17:52 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-08-09 22:17:52 +0200
commit7581d55428918ae97f31695ce98c2f0d2b86efb8 (patch)
treefd213df6c94e4ddefc1cb9a082fee63bf52c7287
parentaae17d4ae87085a024d637bc836ba2bd226b32ce (diff)
downloadnextcloud-server-7581d55428918ae97f31695ce98c2f0d2b86efb8.tar.gz
nextcloud-server-7581d55428918ae97f31695ce98c2f0d2b86efb8.zip
Missed an "echo"
-rw-r--r--apps/gallery/sharing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/sharing.php b/apps/gallery/sharing.php
index a9683c02067..af3e553e454 100644
--- a/apps/gallery/sharing.php
+++ b/apps/gallery/sharing.php
@@ -37,7 +37,7 @@ OCP\App::checkAppEnabled('gallery');
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="js/sharing.js" type="text/javascript"></script>
<script>
- var TOKEN = '<?php htmlentities(echo $_GET['token']); ?>';
+ var TOKEN = '<?php echo htmlentities($_GET['token']); ?>';
</script>
</head>
<body>