Open wshawn opened 13 years ago
wshawn submitted:
typo:
print_r($user->getSettings());
Works if called with ().
Was sure I had done that.... weird.
Still don't understand why modx.class has its own "version" of this.
wshawn submitted:
Works correctly in 2.1.2 but doesn't in 2.1.1
wshawn created Redmine issue ID 5257
This doesn't work:
These do:
The previous was simply the function pulled directly from the class.
I also noticed the modx.class.php has it's own "subroutine" to pull the settings instead of using the one in modx.user.class.php.