Development

#3497: #3497_branche_1.1.patch

You must first sign up to be able to contribute.

Ticket #3497: #3497_branche_1.1.patch

File #3497_branche_1.1.patch, 0.7 kB (added by Pascal.Borreli, 1 week ago)

patch for branch 1.1

  • branches/1.1/lib/helper/sfRichTextEditorFCK.class.php

    old new  
    4444 
    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); 
    5150