Skip to content

Commit 758c840

Browse files
committedMar 26, 2012
Fixed include for mobile_api.php
1 parent 1d7d9df commit 758c840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function __autoload( $className ) {
155155
# Register the autoload function to make it effective immediately
156156
spl_autoload_register( '__autoload' );
157157

158-
require_once( 'mobile_api.php' );
158+
require_once( 'core/mobile_api.php' );
159159

160160
if ( strlen( $GLOBALS['g_mantistouch_url'] ) > 0 && mobile_is_mobile_browser() ) {
161161
$t_url = sprintf( $GLOBALS['g_mantistouch_url'], $GLOBALS['g_path'] );

0 commit comments

Comments
 (0)
Please sign in to comment.