mirror of
https://github.com/dg/dibi.git
synced 2025-10-29 12:46:15 +01:00
* update DibiVariableInterface
* some bugs fixed
This commit is contained in:
@@ -53,7 +53,7 @@ class DibiDatabaseException extends DibiException
|
||||
{
|
||||
parent::__construct($message);
|
||||
$this->sql = $sql;
|
||||
dibi::notify('exception', NULL, $this);
|
||||
dibi::notify(NULL, 'exception', $this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user