MDL-39249 Return to the correct page after successful update deployment
authorDavid Mudrák <david@moodle.com>
Fri, 19 Apr 2013 23:51:16 +0000 (01:51 +0200)
committerDavid Mudrák <david@moodle.com>
Sat, 20 Apr 2013 01:00:19 +0000 (03:00 +0200)
commit5d7a4bab3f25b3f24418df07dede7ca04060cd71
tree9f963d1330f16d2859f874f34e8a1d87b2045a68
parent3a8c4380c06d632a897714c6251be949dd5cc657
MDL-39249 Return to the correct page after successful update deployment

The method available_update_deployer::make_execution_widget() used to
have hard-coded return URL. Now it accepts the return URL as the second
parameter and passes it to the mdeploy.php utility.

The callerurl parameter is now correctly passed and used.
admin/plugins.php
admin/renderer.php
lib/pluginlib.php