Project

General

Profile

Actions

Bug #21233

closed

EM sends Location-header without exit

Added by Steffen Gebert over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-10-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After installing/removing an extension using the icon in the Ext-list, EM redirects to the same page again:

header('Location: '.t3lib_div::linkThisScript($vA));

Unfortunately there's no call to exit afterwards, but the whole page is rendered again (but, of course, this content is ignored by the browser).
No other useful things are done - so let's exit immediately

Rendering the page already, but not displaying it, prevents session-stored flashmessages to render (example: (this bug's number)+1).
They are renderded and removed - but not shown to the user ;-)
(issue imported from #M12186)


Files

12186.diff (406 Bytes) 12186.diff Administrator Admin, 2009-10-11 14:25
Actions #1

Updated by Steffen Kamper over 14 years ago

committed to trunk, rev 6140

Actions

Also available in: Atom PDF