diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/impel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/impel.php b/mod/impel.php index 813990a7d..67a7a21a9 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -103,7 +103,7 @@ function impel_init(&$a) { dbesc(datetime_convert('UTC','UTC',$j['edited'])), intval($menu_id), intval(local_channel()) - ); + ); } } $ret['success'] = true; |