There was an error while loading. Please reload this page.
1 parent 23fde37 commit 8829236Copy full SHA for 8829236
Profiler/Profiler.php
@@ -88,7 +88,7 @@ public function loadProfile($token)
88
*/
89
public function saveProfile(Profile $profile)
90
{
91
- if (!$ret = $this->storage->write($profile) && null !== $this->logger) {
+ if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
92
$this->logger->err('Unable to store the profiler information.');
93
}
94
0 commit comments