Index: branches/5.2.x/units/links/link_tag_processor.php =================================================================== diff -u -N -r13842 -r14100 --- branches/5.2.x/units/links/link_tag_processor.php (.../link_tag_processor.php) (revision 13842) +++ branches/5.2.x/units/links/link_tag_processor.php (.../link_tag_processor.php) (revision 14100) @@ -1,6 +1,6 @@ isLoaded()) { - trigger_error('No Link ID for redirect', E_USER_ERROR); + throw new Exception('No Link ID for redirect'); } $object->RegisterHit();