Index: branches/5.3.x/gw_notify.php =================================================================== diff -u -N -r15492 -r15695 --- branches/5.3.x/gw_notify.php (.../gw_notify.php) (revision 15492) +++ branches/5.3.x/gw_notify.php (.../gw_notify.php) (revision 15695) @@ -1,6 +1,6 @@ GetADODBConnection(); - $application->setUnitOption('ord','AutoLoad',false); + $application->getUnitConfig('ord')->setAutoLoad(false); $order = $application->recallObject('ord'); $order_id = $application->GetVar('order_id');