summaryrefslogtreecommitdiffstats
path: root/log
diff options
context:
space:
mode:
Diffstat (limited to 'log')
-rw-r--r--log/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/log/index.php b/log/index.php
index 58cc1f54021..3cdf3d7c649 100644
--- a/log/index.php
+++ b/log/index.php
@@ -38,7 +38,7 @@ foreach( $logs as &$i ){
}
$tmpl = new OC_TEMPLATE( "log", "index", "user" );
-$tmpl->assign( "log", $logs );
+$tmpl->assign( "logs", $logs );
$tmpl->printPage();
?>