From 11417dd6c34a767df4b0b02178f6e739242bbc49 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 21 Jul 2011 17:22:01 +0000 Subject: [PATCH] decodeOptions() used by GlobalAuth - made it public --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1