From: Evan Prodromou Date: Mon, 1 Mar 2010 18:13:51 +0000 (-0500) Subject: fix path for updateostatus.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=caab6ddaa9ba9d8eb500d508e7580222886c0143;p=quix0rs-gnu-social.git fix path for updateostatus.php --- diff --git a/plugins/OStatus/scripts/updateostatus.php b/plugins/OStatus/scripts/updateostatus.php index 8b10817040..1414f81e93 100644 --- a/plugins/OStatus/scripts/updateostatus.php +++ b/plugins/OStatus/scripts/updateostatus.php @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..')); +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $shortoptions = 'i:n:a'; $longoptions = array('id=', 'nickname=', 'all');