1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 18:30:15 +02:00

NullHandler always blocks bubbling

This commit is contained in:
Jordi Boggiano
2011-06-10 16:05:55 +02:00
parent 6a2d207f98
commit 64e582cc8a

View File

@@ -32,6 +32,6 @@ class NullHandler extends AbstractHandler
return false;
}
return false === $this->bubble;
return true;
}
}