Changeset 4474
- Timestamp:
- 01/16/12 17:48:10 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.5/lib/model/doctrine/PluginaPage.class.php
r4451 r4474 364 364 public function getRichTextForArea($areaname, $word_limit = false) 365 365 { 366 $this->getAreaBasicHtml($areaname, $word_limit);366 return $this->getAreaBasicHtml($areaname, $word_limit); 367 367 } 368 368

