mirror of
https://github.com/friendica/friendica
synced 2025-05-12 03:44:10 +02:00
adhere feedback
This commit is contained in:
parent
f13c91b320
commit
78a8ed6fe7
10 changed files with 76 additions and 87 deletions
|
@ -68,8 +68,7 @@ class Show extends BaseModule
|
|||
|
||||
$event_item = [];
|
||||
foreach ($tplEvent['item'] as $k => $v) {
|
||||
$k = str_replace('-', '_', $k);
|
||||
$event_item[$k] = $v;
|
||||
$event_item[str_replace('-', '_', $k)] = $v;
|
||||
}
|
||||
$tplEvent['item'] = $event_item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue