Index: trunk/extensions/Storyboard/specials/Story/Story_body.php |
— | — | @@ -257,7 +257,7 @@ |
258 | 258 | Html::element( 'td', array( 'width' => '100%' ), wfMsg( 'storyboard-authoremail' ) ) . |
259 | 259 | '<td>' . Html::input( |
260 | 260 | 'email', |
261 | | - $story->story_author_contact, |
| 261 | + $story->story_author_email, |
262 | 262 | 'text', |
263 | 263 | array( |
264 | 264 | 'size' => $fieldSize, |