diff options
author | Evan Prodromou <evan@status.net> | 2010-03-01 13:13:51 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-01 13:13:51 -0500 |
commit | caab6ddaa9ba9d8eb500d508e7580222886c0143 (patch) | |
tree | aad600f481fc891afbe395e0d7de91d0a506294b | |
parent | cac6d4234a4ef8fea1d487f44062ae06dd9c0c52 (diff) |
fix path for updateostatus.php
-rw-r--r-- | plugins/OStatus/scripts/updateostatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/scripts/updateostatus.php b/plugins/OStatus/scripts/updateostatus.php index 8b1081704..1414f81e9 100644 --- a/plugins/OStatus/scripts/updateostatus.php +++ b/plugins/OStatus/scripts/updateostatus.php @@ -18,7 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..')); +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $shortoptions = 'i:n:a'; $longoptions = array('id=', 'nickname=', 'all'); |