Updated profiler default visibility
Updated comments blocks Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
9e3c1e68bf
commit
50538bd332
5 changed files with 12 additions and 19 deletions
|
|
@ -389,6 +389,7 @@ class Wootook
|
|||
$adapter = Wootook_Core_Database_ConnectionManager::getSingleton()
|
||||
->getConnection('core_read');
|
||||
} catch (Wootook_Core_Exception_Database_AdapterError $e) {
|
||||
// This may also occur when the pdo_sqlite driver isn't loaded
|
||||
self::$isInstalled = false;
|
||||
Wootook_Core_ErrorProfiler::getSingleton()->addException($e);
|
||||
return $config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue