summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-06-11 13:27:32 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-06-11 13:27:32 +0200
commitc009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc (patch)
treee62ad2c05892d9e03f2286e496cbd01512e9dad6 /settings/apps.php
parentec4c373eaaf279e7a7d441ec52ec40a7a4886a53 (diff)
downloadnextcloud-server-c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc.tar.gz
nextcloud-server-c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc.zip
Revert
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 4f51a286ea6..7908e6cc18b 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->assignHTML('apps',$apps);
+$tmpl->assign('apps',$apps);
$tmpl->printPage();