Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/DBUpgrade2.pm | ||
---|---|---|
262 | 262 |
|
263 | 263 |
if (!defined($result)) { |
264 | 264 |
print $::form->parse_html_template("dbupgrade/error", { file => $filename, error => $error }); |
265 |
::end_of_request();
|
|
265 |
$::dispatcher->end_request;
|
|
266 | 266 |
} elsif (1 != $result) { |
267 | 267 |
SL::System::InstallationLock->unlock if 2 == $result; |
268 |
::end_of_request();
|
|
268 |
$::dispatcher->end_request;
|
|
269 | 269 |
} |
270 | 270 |
|
271 | 271 |
if (ref($version_or_control) eq "HASH") { |
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt