summaryrefslogtreecommitdiff
path: root/includes/bitexcel/BitExcel.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bitexcel/BitExcel.php')
-rw-r--r--includes/bitexcel/BitExcel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bitexcel/BitExcel.php b/includes/bitexcel/BitExcel.php
index 8bc30f2..6426793 100644
--- a/includes/bitexcel/BitExcel.php
+++ b/includes/bitexcel/BitExcel.php
@@ -24,7 +24,7 @@ if( !$php_excel_loaded ){
require_once( EXTERNALS_PKG_PATH.'phpexcel/Classes/PHPExcel/Writer/Excel2007.php');
}
-require_once( UTIL_PKG_INC.'phpcontrib_lib.php' );
+require_once( UTIL_PKG_INCLUDE_PATH.'phpcontrib_lib.php' );
require_once( LIBERTY_PKG_PATH . 'LibertyValidator.php' );