From 0a1f8388d006d83ce0eba648200f62861cebfd1d Mon Sep 17 00:00:00 2001 From: MasterShredder Date: Sun, 28 Dec 2014 03:44:07 +0400 Subject: [PATCH] [ticket/13422] Changed some spaces to tabs PHPBB3-13422 --- phpBB/ucp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/ucp.php b/phpBB/ucp.php index e20bc15f49..654fd59345 100644 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -168,8 +168,8 @@ switch ($mode) * Event to save custom cookies from deletion * * @event core.ucp_save_custom_cookies - * @var string cookie_name Cookie name to checking - * @var bool retain_cookie Do we retain our cookie or not, true if retain + * @var string cookie_name Cookie name to checking + * @var bool retain_cookie Do we retain our cookie or not, true if retain * @since 3.1.3-RC1 */ $retain_cookie = false;