]> git.mxchange.org Git - friendica.git/commitdiff
Ops, was redundant here.
authorRoland Häder <roland@mxchange.org>
Sun, 13 May 2018 08:05:31 +0000 (10:05 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 13 May 2018 08:05:31 +0000 (10:05 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
mod/events.php

index bbd6337c3792c32a3b4b0f71df2568e5d1484793..cad440f164c542feb6915868b0d49d18e997f277 100644 (file)
@@ -433,7 +433,6 @@ function events_content(App $a) {
                if (x($_REQUEST, 'location'))    {$orig_event['location']    = $_REQUEST['location'];}
                if (x($_REQUEST, 'start'))       {$orig_event['start']       = $_REQUEST['start'];}
                if (x($_REQUEST, 'finish'))      {$orig_event['finish']      = $_REQUEST['finish'];}
-               if (x($_REQUEST,'finish')) $orig_event['finish'] = $_REQUEST['finish'];
 
                $n_checked = ((x($orig_event) && $orig_event['nofinish']) ? ' checked="checked" ' : '');
                $a_checked = ((x($orig_event) && $orig_event['adjust'])   ? ' checked="checked" ' : '');