MDL-34807 question bank: navigation loses place.
commitc090746541a4dd4ebe6d50f910f631892f259bae
authorTim Hunt <T.J.Hunt@open.ac.uk>
Thu, 9 Aug 2012 12:48:56 +0000 (9 13:48 +0100)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 13 Aug 2012 10:29:46 +0000 (13 11:29 +0100)
tree85cf25bdb783afe8bda0748bd1f33bfbdb32aabf
parentc36de79f5c625892e96f7e03c72bc7856ba7ac6f
MDL-34807 question bank: navigation loses place.

The symptom is that where we are now is not shown in the settings
navigation. However, the underlying cause is that question/edit.php is
doing some crazy thing of its own to build $PAGE->url, rather than using
the one returned by question_edit_setup.

Not that this patch itentionally removes the returnurl param. It was
added as part of a big change MDL-20276, which I think just got this
detail wrong. That variable is never used.
question/edit.php