Index: trunk/extensions/Storyboard/tags/Storysubmission/Storysubmission_body.php |
— | — | @@ -152,8 +152,8 @@ |
153 | 153 | 'story_author_occupation' => $wgRequest->getText( 'occupation' ), |
154 | 154 | 'story_title' => $wgRequest->getText( 'storytitle' ), |
155 | 155 | 'story_text' => $wgRequest->getText( 'storytext' ), |
156 | | - 'story_created' => wfTimestamp( TS_ISO_8601, time() ), |
157 | | - 'story_modified' => wfTimestamp( TS_ISO_8601, time() ), |
| 156 | + 'story_created' => $dbw->timestamp(), |
| 157 | + 'story_modified' => $dbw->timestamp(), |
158 | 158 | ); |
159 | 159 | |
160 | 160 | // If the user is logged in, also store his user id. |