summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanto spider <spider@santo>2014-12-23 16:43:08 -0500
committersanto spider <spider@santo>2014-12-23 16:43:08 -0500
commit1198d6e24877cd18ac3ac7de5b0c148920ddfa70 (patch)
tree195c4b6da00e83e796c90ee68024d0bcbc88ebad
parent344c30e643400033f914f2f473ac61574090bc3d (diff)
downloadinstall-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.tar.gz
install-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.tar.bz2
install-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.zip
fix debug
-rw-r--r--install_packages.php2
-rw-r--r--templates/install.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/install_packages.php b/install_packages.php
index cd85329..f80f77b 100644
--- a/install_packages.php
+++ b/install_packages.php
@@ -65,7 +65,7 @@ if( !empty( $_REQUEST['cancel'] ) ) {
$gBitInstallDb = ADONewConnection( $gBitDbType );
if( !empty( $gDebug ) || !empty( $_REQUEST['debug'] ) ) {
- $gBitInstaller->debug();
+ $gBitInstaller->mDb->debug(99);
$gBitInstallDb->debug = 99;
}
diff --git a/templates/install.tpl b/templates/install.tpl
index 48281d7..773617b 100644
--- a/templates/install.tpl
+++ b/templates/install.tpl
@@ -21,7 +21,7 @@
var bitIconDir = "{$smarty.const.LIBERTY_PKG_URL}icons/";
var bitRootUrl = "{$smarty.const.BIT_ROOT_URL}";
/* ]]> */</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>
<script type="text/javascript" src="{$smarty.const.CONFIG_PKG_URL}themes/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="{$smarty.const.BIT_ROOT_URL}util/javascript/bitweaver.js"></script>
{* if $gBrowserInfo.browser eq 'ie'}