[REF] switch from (undeclared) class property to local variable.
authoreileen <emcnaughton@wikimedia.org>
Wed, 13 Feb 2019 00:23:28 +0000 (13:23 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 13 Feb 2019 00:23:28 +0000 (13:23 +1300)
commita50321d278538995fc05f0c81252e32c4824b3be
tree1005a86b361a727f75d4658cf5ceb218a8edff2f
parentdf09643f4c66f15eae143f63e6b16bc0dd676d2b
[REF] switch from (undeclared) class property to local variable.

We either needed to declare the variable on the class & make it a local variable. Switching
to a local var reflects the fact it is never accessed from outside thie function & improves readability.

grepping for _userOptions returns nothing after this.

I also removed an extraneous config singleton call. I can't see a strong case that either of
these changes will affect the intermittent fails but ... maybe?
CRM/Contact/Page/View/UserDashBoard.php