diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterbulkpermission.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbulkpermission.cpp b/linden/indra/newview/llfloaterbulkpermission.cpp index 29d94bc..e66d1af 100644 --- a/linden/indra/newview/llfloaterbulkpermission.cpp +++ b/linden/indra/newview/llfloaterbulkpermission.cpp | |||
@@ -208,8 +208,7 @@ void LLFloaterBulkPermission::doApply() | |||
208 | q=(LLFloaterBulkPermission*)this; | 208 | q=(LLFloaterBulkPermission*)this; |
209 | 209 | ||
210 | BulkQueueObjects func(q); | 210 | BulkQueueObjects func(q); |
211 | const bool firstonly = false; | 211 | bool fail = LLSelectMgr::getInstance()->getSelection()->applyToObjects(&func); |
212 | bool fail = LLSelectMgr::getInstance()->getSelection()->applyToObjects(&func, firstonly); | ||
213 | if(fail) | 212 | if(fail) |
214 | { | 213 | { |
215 | if ( !func.modifiable ) | 214 | if ( !func.modifiable ) |