Hello
Please in file:
{Your site}/administrator/components/com_realestatemanager/realestatemanager.php
find function
saveLanguageManager()
and there code
Code: |
$app = JFactory::getApplication();
$jinput = $app->input;
$post = $jinput->getArray($_POST);
|
Replace to code:
Code: |
$post = JFactory::getApplication()->input->post->getArray(array(), null, 'raw');
|
Please backup this file first
Regards
OrdaSoft team