mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 07:38:41 +00:00
bug fixes
This commit is contained in:
parent
46b57eadc5
commit
3e3318f0c5
|
|
@ -207,7 +207,7 @@ final class ApiController extends Controller
|
|||
private function createTagL11nFromRequest(RequestAbstract $request) : TagL11n
|
||||
{
|
||||
$tagL11n = new TagL11n();
|
||||
$tagL11n->setTag((int) ($request->getData('tag') ?? 0));
|
||||
$tagL11n->tag = (int) ($request->getData('tag') ?? 0);
|
||||
$tagL11n->setLanguage((string) (
|
||||
$request->getData('language') ?? $request->getLanguage()
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user