Index: bp-core/bp-core-component.php
===================================================================
--- bp-core/bp-core-component.php	(revision 763272)
+++ bp-core/bp-core-component.php	(working copy)
@@ -221,7 +221,7 @@
 			foreach ( $paths as $path ) {
 				if ( @is_file( $slashed_path . $path ) ) {
 					require( $slashed_path . $path );
-					continue;
+					break;
 				}
 			}
 		}
