Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-08-10 00:17:52 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-08-10 00:17:52 +0400
commit7581d55428918ae97f31695ce98c2f0d2b86efb8 (patch)
treefd213df6c94e4ddefc1cb9a082fee63bf52c7287 /apps
parentaae17d4ae87085a024d637bc836ba2bd226b32ce (diff)
Missed an "echo"
Diffstat (limited to 'apps')
-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>