mirror of
https://github.com/friendica/friendica
synced 2024-11-20 07:03:41 +00:00
remove now-unnecessary line in text.php
This commit is contained in:
parent
bce29054b9
commit
5f1ef732e0
1 changed files with 0 additions and 1 deletions
|
@ -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