@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | * we can not inject it. Thus the static call. |
74 | 74 | */ |
75 | 75 | \OC::$server->getLogger()->logException($e, [ |
76 | - 'message' => 'Could not load lazy dashbaord widget: ' . $e->getMessage(), |
|
76 | + 'message' => 'Could not load lazy dashbaord widget: '.$e->getMessage(), |
|
77 | 77 | 'level' => ILogger::FATAL, |
78 | 78 | ]); |
79 | 79 | } |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | * we can not inject it. Thus the static call. |
90 | 90 | */ |
91 | 91 | \OC::$server->getLogger()->logException($e, [ |
92 | - 'message' => 'Could not register lazy dashboard widget: ' . $e->getMessage(), |
|
92 | + 'message' => 'Could not register lazy dashboard widget: '.$e->getMessage(), |
|
93 | 93 | 'level' => ILogger::FATAL, |
94 | 94 | ]); |
95 | 95 | } |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | } catch (Throwable $e) { |
109 | 109 | \OC::$server->getLogger()->logException($e, [ |
110 | - 'message' => 'Error during dashboard widget loading: ' . $e->getMessage(), |
|
110 | + 'message' => 'Error during dashboard widget loading: '.$e->getMessage(), |
|
111 | 111 | 'level' => ILogger::FATAL, |
112 | 112 | ]); |
113 | 113 | } |