diff options
| author | Don Kjer <don@lindenlab.com> | 2013-03-13 22:43:52 +0000 | 
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2013-03-13 22:43:52 +0000 | 
| commit | 30ba176d185f238ffd4d563730e8fef4078b904c (patch) | |
| tree | d30bdb3b645aaf31743ed88287286ef583e616fb /indra | |
| parent | 5d8a60dd8b09c3846d2fddd1da09294b8cae6691 (diff) | |
| parent | 6f193d54da0b0eae2758b99e706cd127966aafa1 (diff) | |
Automated merge
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 021311ae79..cb9e4471ef 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2034,7 +2034,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering)  	//dumpCat(getCOF(),"COF, start"); -	bool follow_folder_links = true; +	bool follow_folder_links = false;  	LLUUID current_outfit_id = getCOF();  	// Find all the wearables that are in the COF's subtree. | 
