fix syntax error

This commit is contained in:
Uwe Steinmann 2016-02-05 17:31:29 +01:00
parent 44a90c0263
commit 08831349dd

View File

@ -121,7 +121,7 @@ class SeedDMS_View_Timeline extends SeedDMS_Bootstrap_Style {
);
}
}
header('Content-Type: application/json'),
header('Content-Type: application/json');
echo json_encode($jsondata);
} /* }}} */