]> git.mxchange.org Git - friendica.git/commitdiff
remove now-unnecessary line in text.php
authorZach Prezkuta <fermion@gmx.com>
Fri, 11 Jan 2013 04:48:33 +0000 (21:48 -0700)
committerZach Prezkuta <fermion@gmx.com>
Fri, 11 Jan 2013 04:48:33 +0000 (21:48 -0700)
include/text.php

index 1d74d9cf5c4bc19df856707acf6f30cd1bd0adc6..628da1c1b2795ebd75b3eaff4c0b289271f8138e 100644 (file)
@@ -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] === '$') {