MDL-34807 question bank: navigation loses place.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Thu, 9 Aug 2012 12:48:56 +0000 (13:48 +0100)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 13 Aug 2012 10:29:43 +0000 (11:29 +0100)
commit0a571db22b533f8543054ea3586a3ad00a6b8520
tree33ebbfdf9f23dfb17bbfb1fa1d23dded8b3b89ee
parente6aac11d943c0d689a9cf8b2c9b5bd92148243bf
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