aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-18 00:17:36 -0700
committerFriendika <info@friendika.com>2011-06-18 00:17:36 -0700
commitcf9f23fb74380e168870e4253458511fcee36ce8 (patch)
tree6975ba8e46c4fcfc1b74b5ed41324e1b1bd76029 /include
parent9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a (diff)
parent4b633d54bb8d868d39039bdf76a2bd97bd1820c9 (diff)
downloadvolse-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')
-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;
}
}