diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-05-08 18:21:07 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-05-13 08:28:10 +0200 |
commit | 0b4018e7ff5f2660850338e8ea0aaab57c48209e (patch) | |
tree | 7b172fa557599a514395bb62c30b763a2d566232 /lib/log.php | |
parent | 7e5bb96027ee4409d8883afffa2cad50cdc3c782 (diff) | |
download | nextcloud-server-0b4018e7ff5f2660850338e8ea0aaab57c48209e.tar.gz nextcloud-server-0b4018e7ff5f2660850338e8ea0aaab57c48209e.zip |
Remove include for loading legacy class
Diffstat (limited to 'lib/log.php')
-rw-r--r-- | lib/log.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/log.php b/lib/log.php index 6353693a289..d83f88c1df8 100644 --- a/lib/log.php +++ b/lib/log.php @@ -154,5 +154,3 @@ class Log { \OC_Log::write($app, $message, $level); } } - -require_once __DIR__.'/legacy/'.basename(__FILE__); |