Project

General

Profile

Feature #22403

Updated by Mathias Schreiber over 9 years ago

As of the stdWrap-functions 

 debugData 
 debugFunc 

 etc. 

 it would be nice to also have 

 debugConf = 1 

 that does nothing else than  

 if($conf['debugConf']) { 
     debug($conf, 'stdWrap conf'); 
 } 


 I added this by myself with the stdWrap hook functionality; but I think it should be useful in the core. 
 Especially when handling with "sophisticated" TS object copying or in TemplaVoilà context, it is useful to know if an object path is correctly copied to e.g. stdWrap.cObject etc. 




 




 (issue imported from #M14038)

Back