From: Jean Baptiste Favre Date: Wed, 29 Aug 2012 18:08:42 +0000 (+0200) Subject: Fix INSTALLDIR constant definition. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=246e840dd39fcdc7e6add672c3bfd9b569fdf0ea;p=quix0rs-gnu-social.git Fix INSTALLDIR constant definition. --- diff --git a/plugins/OStatus/scripts/update_ostatus_profiles.php b/plugins/OStatus/scripts/update_ostatus_profiles.php index bca136bbbc..f0bc3e12dc 100644 --- a/plugins/OStatus/scripts/update_ostatus_profiles.php +++ b/plugins/OStatus/scripts/update_ostatus_profiles.php @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $shortoptions = 'u:a'; $longoptions = array('uri=', 'all');