mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Corrected typing error
This commit is contained in:
parent
da91b4d25f
commit
8b53dbc444
@ -106,7 +106,7 @@ function events_get_event ($id, $fields = false, $meta = false) {
|
||||
}
|
||||
|
||||
if ($meta === true){
|
||||
$event = db_get_row ('tmetaconsole_event', 'id_evento', $id, $fiel ds);
|
||||
$event = db_get_row ('tmetaconsole_event', 'id_evento', $id, $fields);
|
||||
}else{
|
||||
$event = db_get_row ('tevento', 'id_evento', $id, $fields);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user