From: Zach Prezkuta Date: Fri, 11 Jan 2013 04:48:33 +0000 (-0700) Subject: remove now-unnecessary line in text.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f1ef732e05c79584e6ea1cdb14360a7dd388a9d;p=friendica.git remove now-unnecessary line in text.php --- diff --git a/include/text.php b/include/text.php index 1d74d9cf5c..628da1c1b2 100644 --- a/include/text.php +++ b/include/text.php @@ -23,7 +23,6 @@ function replace_macros($s,$r) { if(gettype($s) === 'string') { $template = $s; $s = new FriendicaSmarty(); - $s->error_reporting = E_ALL & ~E_NOTICE; } foreach($r as $key=>$value) { if($key[0] === '$') {