1747,1749c1747,1751 < foreach (array('title', 'teaser', 'body') as $field) { < if ($_GET['edit'][$field]) { < $node[$field] = $_GET['edit'][$field]; --- > if ($_GET['edit']) { > foreach (array_keys($_GET['edit']) as $field) { > if ($_GET['edit'][$field]) { > $node[$field] = $_GET['edit'][$field]; > }