]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix path for updateostatus.php
authorEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 18:13:51 +0000 (13:13 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 23:03:17 +0000 (18:03 -0500)
plugins/OStatus/scripts/updateostatus.php

index 8b1081704006cc1b29affc113c1b042d82e043cf..1414f81e9361cc07571b847b8374289b65848463 100644 (file)
@@ -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');