Disable symfony web debug for controller action

\sfConfig::set(’sf_web_debug’, false);

Helpful when running upload in dev ENV.

Leave a Reply