mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
insidious little parsing bug
This commit is contained in:
parent
f995a11641
commit
eb3bbd9081
2 changed files with 8 additions and 2 deletions
3
boot.php
3
boot.php
|
@ -1252,6 +1252,9 @@ if(! function_exists('get_birthdays')) {
|
|||
'$event_reminders' => t('Birthday Reminders'),
|
||||
'$event_title' => t('Birthdays this week:'),
|
||||
'$events' => $r,
|
||||
'$lbr' => '{', // raw brackets mess up if/endif macro processing
|
||||
'$rbr' => '}'
|
||||
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue