diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-10 12:36:32 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-10 14:03:54 +0200 |
commit | 1f1498ceca51c5b30130b80a59c00c1b37dc7009 (patch) | |
tree | 49a82acb3e48197ff43b915293b6c89acf82bd3e /lib/app.php | |
parent | cdf91b6b3e0f6d9fc435497b9dcc051ff24d6c7e (diff) | |
download | nextcloud-server-1f1498ceca51c5b30130b80a59c00c1b37dc7009.tar.gz nextcloud-server-1f1498ceca51c5b30130b80a59c00c1b37dc7009.zip |
remove Log completely
Diffstat (limited to 'lib/app.php')
-rw-r--r-- | lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php index 9c7b7e75dcd..6a2e3078596 100644 --- a/lib/app.php +++ b/lib/app.php @@ -52,7 +52,7 @@ class OC_App{ } // Our very own core apps are hardcoded - foreach( array( 'admin', 'files', 'log', 'help', 'settings' ) as $app ){ + foreach( array( 'admin', 'files', 'help', 'settings' ) as $app ){ require( $app.'/appinfo/app.php' ); } |