Projekt

Allgemein

Profil

GX-Task #40491

Von Moritz Bunjes vor mehr als 9 Jahren aktualisiert

Im ErrorHandler sollte 

 error\_reporting( error_reporting( 
				 E\_ALL 
				 & ~E\_NOTICE  
				 & ~E\_DEPRECATED  
				 & ~E\_STRICT 
			 ); 			

 in 

 error\_reporting( 
		 E\_ALL 
		 & ~E\_NOTICE  
		 & ~E\_DEPRECATED  
		 & ~E\_STRICT 
		 & ~E\_CORE\_ERROR 
			 ); 			

 geändert werden

Zurück