From 5f1ef732e05c79584e6ea1cdb14360a7dd388a9d Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Thu, 10 Jan 2013 21:48:33 -0700 Subject: [PATCH] remove now-unnecessary line in text.php --- include/text.php | 1 - 1 file changed, 1 deletion(-) 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] === '$') {