mirror of
https://github.com/dg/dibi.git
synced 2025-08-16 02:54:25 +02:00
typos
This commit is contained in:
@@ -653,7 +653,7 @@ class dibi
|
||||
if ($expr === TRUE) {
|
||||
self::$substs = array();
|
||||
} else {
|
||||
unset(self::$substs[':'.$expr.':']);
|
||||
unset(self::$substs[$expr]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user