aboutsummaryrefslogtreecommitdiffstats
path: root/include/template_processor.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-06-18 08:29:59 +0200
committerfabrixxm <fabrix.xm@gmail.com>2011-06-18 08:29:59 +0200
commit23931ab719ca30ce0a5de4c04fd3bd83ecc9937f (patch)
tree64c9174c21ea4c6180220cfc907326bba817a74b /include/template_processor.php
parent484b248f735b22e7a28f4720c3997746f5c10ced (diff)
downloadvolse-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.php3
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;
}
}