Ticket #3497: #3497_branche_1.1.patch
| File #3497_branche_1.1.patch, 0.7 kB (added by Pascal.Borreli, 1 week ago) |
|---|
-
branches/1.1/lib/helper/sfRichTextEditorFCK.class.php
old new 44 44 45 45 // FCKEditor.php class is written with backward compatibility of PHP4. 46 46 // 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); 49 48 50 49 require_once(sfConfig::get('sf_web_dir').DIRECTORY_SEPARATOR.$php_file); 51 50