remove now-unnecessary line in text.php
This commit is contained in:
parent
bce29054b9
commit
5f1ef732e0
|
@ -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] === '$') {
|
||||
|
|
Loading…
Reference in a new issue