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
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-09-26 00:32:16 +0400
committerBartek Przybylski <bart.p.pl@gmail.com>2011-09-26 00:32:16 +0400
commit63e6863222b92d7fc2e6ca5ccb3ab79688594348 (patch)
tree1d3b342b6eec3d4a0ec379cba4986dd43ba7216c /settings/templates/apps.php
parentbc43851d74e8fceea1c914e98a8cd571b84610d5 (diff)
parent17e631bc5e327514596ce8761fe7f93d414a8717 (diff)
Merge branch 'master' of git://gitorious.org/owncloud/owncloud
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index d8f3fb5e4f8..ba2385d794f 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -12,7 +12,7 @@
<li <?php if($app['active']) echo 'class="active"'?> data-id="<?php echo $app['id'] ?>">
<?php echo $app['name'] ?>
<span class="hidden">
- <?php echo json_encode($app) ?>
+ <?php OC_JSON::encodedPrint($app) ?>
</span>
</li>
<?php endforeach;?>