1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 19:30:30 +02:00

missing substitutions no longer throw exception

This commit is contained in:
David Grudl
2010-08-06 01:09:56 +02:00
parent ff3ca38504
commit 325305326b

View File

@@ -683,7 +683,7 @@ class dibi
*/ */
public static function defaultSubstFallback($expr) public static function defaultSubstFallback($expr)
{ {
throw new InvalidStateException("Missing substitution for '$expr' expression."); return ":$expr:";
} }