mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02: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