diff options
author | Jeff Ames | 2008-09-23 23:14:00 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-23 23:14:00 +0000 |
commit | 3f79e6b3e766aa508858ee3fcec6f9b6403a35fc (patch) | |
tree | b4e753e9f19b7c90cf14aa3593bf788530e8605c /OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | |
parent | couple of minor test cleanups to see if this gets us past the bamboo hump (diff) | |
download | opensim-SC-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.zip opensim-SC-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.gz opensim-SC-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.bz2 opensim-SC-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.cs | 4 |
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) |