Remove unreachable break

This commit is contained in:
nathangray 2017-01-25 10:26:08 -07:00
parent 6ac0d8f45d
commit 3100e3407c

View File

@ -225,7 +225,6 @@ class addressbook_import_contacts_csv extends importexport_basic_import_csv {
// not supported action
default :
die('condition / action not supported!!!');
break;
}
if ($action['stop']) break;
}