In SS3 you need to use 'Controller' instead of 'Director'
I also has a few issues doing a very similar thing, and I ended up with the following instead:
$referrer = $_SERVER['HTTP_REFERER'];
Controller::redirect("$referrer?saved=1");
Posted to: Redirect to current URL (with URL params) | Show Thread | Post Reply