com_api-plugins icon indicating copy to clipboard operation
com_api-plugins copied to clipboard

Joomla 3.8.3 and JInputJson in article.php

Open cukasa opened this issue 8 years ago • 0 comments

Hello. In file plugins\api\articles\article.php, use JFactory::getApplication()->input->get But, method doesn't work - return 'Title is Missing' I fix problem, use JFactory::getApplication()->input->json - work perfectly

cukasa avatar Dec 26 '17 14:12 cukasa