Ticket #2505: 2505-extended.patch
| File 2505-extended.patch, 820 bytes (added by , 20 years ago) |
|---|
-
D:/Eigene
44 44 } 45 45 46 46 if ( isset($_POST['save']) ) 47 $location = "post .php?action=edit&post=$post_ID";47 $location = "post-new.php?action=edit&post=$post_ID"; 48 48 49 49 header("Location: $location"); 50 50 exit(); … … 107 107 } elseif ($action == 'editattachment') { 108 108 $location = 'attachments.php'; 109 109 } else { 110 $location = 'post .php';110 $location = 'post-new.php'; 111 111 } 112 112 header ('Location: ' . $location); // Send user on their way while we keep working 113 113