summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BitThemes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php
index 15ad9a1..20523f9 100644
--- a/BitThemes.php
+++ b/BitThemes.php
@@ -1650,7 +1650,7 @@ class BitThemes extends BitSingleton {
$packer = new JavaScriptPacker( file_get_contents( $pJavascriptFile ) );
$this->mThemeCache->writeCacheFile( $cachefile, $packer->pack() );
*/
- $cacheData = shell_exec( 'java -jar '.UTIL_PKG_PATH.'yui/yuicompressor-2.4.2.jar --type js '.$pJavascriptFile );
+ $cacheData = shell_exec( 'java -jar '.UTIL_PKG_INC.'yui/yuicompressor-2.4.2.jar --type js '.$pJavascriptFile );
$this->mThemeCache->writeCacheFile( $cachefile, $cacheData );
}