diff options
Diffstat (limited to 'log/index.php')
-rw-r--r-- | log/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log/index.php b/log/index.php index a401a38fa1a..23194f18a61 100644 --- a/log/index.php +++ b/log/index.php @@ -37,7 +37,7 @@ foreach( $logs as &$i ){ $i["action"] = OC_LOG::$TYPE[$i['type']]; } -$tmpl = new OC_TEMPLATE( "log", "index", "user" ); +$tmpl = new OC_TEMPLATE( "log", "index", "admin" ); $tmpl->assign( "logs", $logs ); $tmpl->printPage(); |