Ticket #2505: 2505.patch
| File 2505.patch, 469 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();