mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:36:30 +00:00
migrate the rest into Config::
This commit is contained in:
@@ -42,7 +42,7 @@ class Logger {
|
||||
}
|
||||
|
||||
function __construct() {
|
||||
switch (LOG_DESTINATION) {
|
||||
switch (Config::get(Config::LOG_DESTINATION)) {
|
||||
case "sql":
|
||||
$this->adapter = new Logger_SQL();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user