aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/WikiModel.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Models/WikiModel.php')
-rw-r--r--h-source/Application/Models/WikiModel.php2
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',