Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Is Response::redirect_back() new?
  • I deployed some code last night that uses Response::redirect_back() as detailed here: http://fuelphp.com/docs/classes/response.html#/method_redirect_back

    It worked fine on my dev environment (running 1.7/develop), but throws an exception (ErrorException [ Error ]: Call to undefined method Fuel\Core\Response::redirect_back()) on the staging server (running 1.6/master).

    Is redirect_back() new in 1.7? I thought the docs online covered the current release branch.
  • HarroHarro
    Accepted Answer
    It was introduced in 1.6.1., so the current docs are correct.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion