From: Aaron Schulz Date: Thu, 21 Jul 2011 17:22:01 +0000 (+0000) Subject: decodeOptions() used by GlobalAuth - made it public X-Git-Tag: 1.31.0-rc.0~28700 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=11417dd6c34a767df4b0b02178f6e739242bbc49;p=lhc%2Fweb%2Fwiklou.git decodeOptions() used by GlobalAuth - made it public --- diff --git a/includes/User.php b/includes/User.php index b011be446f..f353e09954 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2673,7 +2673,7 @@ class User { * Set this user's options from an encoded string * @param $str String Encoded options to import */ - private function decodeOptions( $str ) { + public function decodeOptions( $str ) { if( !$str ) return;