Bug fix for the execution of wizard pages - the execution status is now observed.
This fixes bug #20152 (https://gna.org/bugs/?20152).
The problem was that the execution status was being lost in the protected_exec() function. However
as relax errors are caught in the GUI interpreter anyway and the status is returned normally, the
protected_exec() wrapper was removed.