aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/WikiModel.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-03-04 10:22:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-03-04 10:22:52 +0000
commit0a1bbc3293fc57494286a13b520aac77028993b9 (patch)
treece141853add4924f59aa41ffdaeb558d00ca3261 /h-source/Application/Models/WikiModel.php
parent5b9a78c91853f019fb5252da7021bc81b92da9cc (diff)
minor improvements
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',