# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -1422,6 +1422,9 @@
 		if ( !$user = $this->login($username, $password) )
 			return $this->error;
 
+                if ( !current_user_can( 'manage_options' ) )
+			return new IXR_Error( 403, __( 'You are not allowed to update options.' ) );
+
\ No newline at end of file
 		// If no specific options where asked for, return all of them
 		if ( count( $options ) == 0 )
 			$options = array_keys($this->blog_options);
