From: Roland Mas Date: Fri, 27 Apr 2012 13:49:22 +0000 (+0000) Subject: Use working path for env.inc.php X-Git-Tag: v5_2_rc1~97 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=9876fc42357438a2bd02043ab0d9f411c30b366b;hp=33b0775b4c3abdfd4a5d277f8c15297f9628b3be Use working path for env.inc.php --- diff --git a/src/db/upgrade-db.php b/src/db/upgrade-db.php index 5392faf06c..155817bb8a 100755 --- a/src/db/upgrade-db.php +++ b/src/db/upgrade-db.php @@ -6,7 +6,7 @@ // upgrade-db.php => Upgrade only the database of the given active plugin. echo "Entering upgrade-db.php\n"; -require_once dirname(__FILE__).'/env.inc.php'; +require_once dirname(__FILE__).'/../common/include/env.inc.php'; require_once $gfcommon.'include/pre.php'; require_once $gfcommon.'include/sqlparser.php';