~automne-team/automne/trunk

« back to all changes in this revision

Viewing changes to automne/classes/dialogs/texteditor.php

  • Committer: sebastien-pauchet
  • Date: 2012-02-15 16:47:40 UTC
  • mfrom: (363.2.105 4.2)
  • Revision ID: seb@automne-cms.org-20120215164740-xrk26iafkvztwv6s
Merge stable branch 4.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
         * of this class or an attribute to fckeditor
198
198
         * @return CMS_textEditor or null if error
199
199
         */
200
 
        function &getEditorFromParams($attrs)
 
200
        function getEditorFromParams($attrs)
201
201
        {
202
202
                if (!is_array($attrs)) {
203
203
                        CMS_grandFather::raiseError("None array of attributes passed to factory");