diff options
author | Friendika <info@friendika.com> | 2011-06-18 00:17:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-18 00:17:36 -0700 |
commit | cf9f23fb74380e168870e4253458511fcee36ce8 (patch) | |
tree | 6975ba8e46c4fcfc1b74b5ed41324e1b1bd76029 /include/template_processor.php | |
parent | 9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a (diff) | |
parent | 4b633d54bb8d868d39039bdf76a2bd97bd1820c9 (diff) | |
download | volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.tar.gz volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.tar.bz2 volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.zip |
Merge pull request #118 from fabrixxm/admin
Admin work
Diffstat (limited to 'include/template_processor.php')
-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; } } |