php fatal Error: Call to a member function getAction() on array in...
fix for php fatal Error: Call to a member function getAction() on array in civimobileapi_civicrm_buildForm() (line 463 of ...civicrm/extensions/com.agiliway.civimobileapi/civimobileapi.php).
Forms like "CRM_Contribute_Form_Contribution" are not an object of CRM/Core/Form.php and therefore fails.
Moving getAction after the formName avoids the problem.
Edited by Deepak Srivastava