summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-06-11 12:48:47 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-06-11 12:48:47 +0200
commitec4c373eaaf279e7a7d441ec52ec40a7a4886a53 (patch)
tree9f881b5aab918333fa4543eb3f9c14a93ff1eb51 /settings/apps.php
parent6817a6b10286b0ba7d7b8b9b56cdb23c47e93c81 (diff)
downloadnextcloud-server-ec4c373eaaf279e7a7d441ec52ec40a7a4886a53.tar.gz
nextcloud-server-ec4c373eaaf279e7a7d441ec52ec40a7a4886a53.zip
Settings...
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/apps.php b/settings/apps.php
index 7908e6cc18b..4f51a286ea6 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -92,7 +92,7 @@ usort($apps, 'app_sort');
$tmpl = new OC_Template( "settings", "apps", "user" );
-$tmpl->assign('apps',$apps);
+$tmpl->assignHTML('apps',$apps);
$tmpl->printPage();