<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title></title>
</head>
<body>
<p id="mceDummy" style="margin: 0px;">​<span></span>This is an SVN patch request.</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Type: Bugfix</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Bugtracker references:</p>
<p id="mceDummy" style="margin: 0px;">http://bugs.typo3.org/view.php?id=14668</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Branches:</p>
<p id="mceDummy" style="margin: 0px;">TYPO3_4-4</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Problem:</p>
<p id="mceDummy" style="margin: 0px;">The flashupload does not open at all. Instead there is a javascript error and the classic upload is showing.</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Solution:</p>
<p id="mceDummy" style="margin: 0px;">There is an error in typo3/js/flashupload.js</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Line: 134</p>
<p id="mceDummy" style="margin: 0px;">Ext.applyif(this, initialConfig);</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">should be:</p>
<p id="mceDummy" style="margin: 0px;">Ext.applyIf(this, initialConfig);</p>
<p id="mceDummy" style="margin: 0px;"> </p>
<p id="mceDummy" style="margin: 0px;">Notes:</p>
</body>
</html>