remove now-unnecessary line in text.php

This commit is contained in:
Zach Prezkuta 2013-01-10 21:48:33 -07:00
parent bce29054b9
commit 5f1ef732e0
1 changed files with 0 additions and 1 deletions

View 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] === '$') {