diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_zebra.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_zebra.php | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/includes/ucp/ucp_zebra.php b/phpBB/includes/ucp/ucp_zebra.php index 090f9bf34c..bf9a15027a 100644 --- a/phpBB/includes/ucp/ucp_zebra.php +++ b/phpBB/includes/ucp/ucp_zebra.php @@ -62,7 +62,7 @@ class ucp_zebra  						* @event core.ucp_remove_zebra  						* @var	string	mode		Zebra type: friends|foes  						* @var	array	user_ids	User ids we remove -						* @since 3.1-A1 +						* @since 3.1.0-a1  						*/  						$vars = array('mode', 'user_ids');  						extract($phpbb_dispatcher->trigger_event('core.ucp_remove_zebra', compact($vars))); @@ -207,7 +207,7 @@ class ucp_zebra  									*							friends|foes  									* @var	array	sql_ary		Array of  									*							entries we add -									* @since 3.1-A1 +									* @since 3.1.0-a1  									*/  									$vars = array('mode', 'sql_ary');  									extract($phpbb_dispatcher->trigger_event('core.ucp_add_zebra', compact($vars))); @@ -224,15 +224,15 @@ class ucp_zebra  							}  						}  					} -					 +  					if ($request->is_ajax())  					{  						$message = ($updated) ? $user->lang[$l_mode . '_UPDATED'] : implode('<br />', $error); -						 +  						$json_response = new \phpbb\json_response;  						$json_response->send(array(  							'success' => $updated, -							 +  							'MESSAGE_TITLE'	=> $user->lang['INFORMATION'],  							'MESSAGE_TEXT'	=> $message,  							'REFRESH_DATA'	=> array(  | 
