diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/template_processor.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/template_processor.php b/include/template_processor.php index 3f79ed593..a0dfad169 100644 --- a/include/template_processor.php +++ b/include/template_processor.php @@ -16,7 +16,8 @@ case PREG_BAD_UTF8_ERROR: die('PREG_BAD_UTF8_ERROR'); break; case PREG_BAD_UTF8_OFFSET_ERROR: die('PREG_BAD_UTF8_OFFSET_ERROR'); break; default: - die("Unknown preg error."); + //die("Unknown preg error."); + return; } } |