aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-09-23 23:14:00 +0000
committerJeff Ames2008-09-23 23:14:00 +0000
commit3f79e6b3e766aa508858ee3fcec6f9b6403a35fc (patch)
treeb4e753e9f19b7c90cf14aa3593bf788530e8605c /OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
parentcouple of minor test cleanups to see if this gets us past the bamboo hump (diff)
downloadopensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.zip
opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.gz
opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.bz2
opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.xz
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
index 8db3fde..82c0c2b 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
@@ -397,8 +397,8 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
397 397
398 if (rdata.userAppearance != null) 398 if (rdata.userAppearance != null)
399 { 399 {
400 modified = true; 400 modified = true;
401 Rest.AvatarServices.UpdateUserAppearance(rdata.userProfile.ID, rdata.userAppearance); 401 Rest.AvatarServices.UpdateUserAppearance(rdata.userProfile.ID, rdata.userAppearance);
402 } 402 }
403 403
404 if (created) 404 if (created)