It looks like you're new here. If you want to get involved, click one of these buttons!
Message: Missing argument 1 for MY_Model::get_return_method()...The code from application/core/MY_Model around line 1842:
Filename: core/MY_Model.php
Line Number: 1849
It looks like there was a copy paste from set_return_method, including doc comments and an erroneous $return_method argument.
/**
* Set the default return type
*
* @access public
* @param string return type (object, array, query, auto)
* @return void
*/
public function get_return_method($return_method)
{
return $this->return_method;
}
Comments
https://github.com/daylightstudio/FUEL-CMS/commit/45fa4d4089e8df21fa0734e103ded6351f4defba