mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 03:10:14 +02:00
missing substitutions no longer throw exception
This commit is contained in:
@@ -683,7 +683,7 @@ class dibi
|
||||
*/
|
||||
public static function defaultSubstFallback($expr)
|
||||
{
|
||||
throw new InvalidStateException("Missing substitution for '$expr' expression.");
|
||||
return ":$expr:";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user