You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/12/29 11:49:24 UTC

svn commit: r1426742 - /incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml

Author: bigosmallm
Date: Sat Dec 29 10:49:24 2012
New Revision: 1426742

URL: http://svn.apache.org/viewvc?rev=1426742&view=rev
Log:
Fixed a typo in InstallApacheFlex.mxml

Modified:
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml?rev=1426742&r1=1426741&r2=1426742&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Sat Dec 29 10:49:24 2012
@@ -288,7 +288,7 @@ variables are not required because the l
 			}
 			else
 			{
-				request new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
+				request = new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
 			}
 			
 			_loader = new URLLoader();