Skip to content

Commit

Permalink
library move broke soap api include
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed May 26, 2009
1 parent 47b1f12 commit e45b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/soap/mantisconnect.php
Expand Up @@ -1377,7 +1377,7 @@ function mci_is_webservice_call( $p_service, $p_data )
# request is a webservice call (rather than webservice documentation request,
# eg: WSDL).
if ( mci_is_webservice_call( $l_oServer, $t_input ) ) {
require_once( $t_current_dir . 'mc_core.php' );
require_once( 'mc_core.php' );
} else {
# if we have a documentation request, do some tidy up to prevent lame bot loops e.g. /mantisconnect.php/mc_enum_etas/mc_project_get_versions/
$parts = explode ( 'mantisconnect.php/', strtolower($_SERVER['PHP_SELF'] ), 2 );
Expand Down

0 comments on commit e45b8f8

Please sign in to comment.