From 246e840dd39fcdc7e6add672c3bfd9b569fdf0ea Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Wed, 29 Aug 2012 20:08:42 +0200 Subject: [PATCH] Fix INSTALLDIR constant definition. --- plugins/OStatus/scripts/update_ostatus_profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');