Development

Changeset 8872

You must first sign up to be able to contribute.

Changeset 8872

Show
Ignore:
Timestamp:
05/09/08 09:09:52 (3 days ago)
Author:
FabianLange
Message:

included code cleanup from jcoby. thanks. closes #3497

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/helper/sfRichTextEditorFCK.class.php

    r8824 r8872  
    4545    // FCKEditor.php class is written with backward compatibility of PHP4. 
    4646    // This reportings are to turn off errors with public properties and already declared constructor 
    47     $error_reporting = ini_get('error_reporting'); 
    48     error_reporting(E_ALL); 
     47    $error_reporting = error_reporting(E_ALL); 
    4948 
    5049    require_once(sfConfig::get('sf_web_dir').DIRECTORY_SEPARATOR.$php_file);