diff options
Diffstat (limited to 'includes/PHPAsync.php')
| -rw-r--r-- | includes/PHPAsync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/PHPAsync.php b/includes/PHPAsync.php index 50e01be..92c1e07 100644 --- a/includes/PHPAsync.php +++ b/includes/PHPAsync.php @@ -22,7 +22,7 @@ /** * Setup */ -require_once( UTIL_PKG_INC.'phpcontrib_lib.php' ); +require_once( UTIL_PKG_INCLUDE_PATH.'phpcontrib_lib.php' ); // written for bitweaver environment, but you can override if( !defined( 'PHPASYNC_TEMP_DIR' ) ){ |
