diff options
Diffstat (limited to 'h-source/Application/Models')
-rw-r--r-- | h-source/Application/Models/WikiModel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Models/WikiModel.php b/h-source/Application/Models/WikiModel.php index 4c5e0d3..bfbc4ad 100644 --- a/h-source/Application/Models/WikiModel.php +++ b/h-source/Application/Models/WikiModel.php @@ -49,7 +49,7 @@ class WikiModel extends Model_Map { 'page' => gtext('the text of the wiki page'), ); - $this->fieldsWithBreaks = array(gtext('wiki page')); + $this->fieldsWithBreaks = array(gtext('the text of the wiki page')); $this->strongConditions['insert'] = array( "checkNotEmpty" => 'title', |