diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-06-18 08:29:59 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-06-18 08:29:59 +0200 |
commit | 23931ab719ca30ce0a5de4c04fd3bd83ecc9937f (patch) | |
tree | 64c9174c21ea4c6180220cfc907326bba817a74b /include/template_processor.php | |
parent | 484b248f735b22e7a28f4720c3997746f5c10ced (diff) | |
download | volse-hubzilla-23931ab719ca30ce0a5de4c04fd3bd83ecc9937f.tar.gz volse-hubzilla-23931ab719ca30ce0a5de4c04fd3bd83ecc9937f.tar.bz2 volse-hubzilla-23931ab719ca30ce0a5de4c04fd3bd83ecc9937f.zip |
Admin: add translatable strings, remove 'rino' settings, invert 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
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; } } |