Skip to content

Commit e575992

Browse files
committed
Update php-mvc from 2.3.5 to 2.3.6
1 parent 262b435 commit e575992

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libraries/Logger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public static function identifyAs(User $user) {
4949
self::$identified_as = $user;
5050
}
5151

52-
public static function initialize() {
53-
parent::initialize();
52+
public static function initialize($override = false) {
53+
parent::initialize($override);
5454
if (Common::$config->rollbar->access_token_server) {
5555
self::$rollbar_available = true;
5656

0 commit comments

Comments
 (0)