projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac6d42
)
fix path for updateostatus.php
author
Evan Prodromou
<evan@status.net>
Mon, 1 Mar 2010 18:13:51 +0000
(13:13 -0500)
committer
Evan Prodromou
<evan@status.net>
Mon, 1 Mar 2010 18:13:51 +0000
(13:13 -0500)
plugins/OStatus/scripts/updateostatus.php
patch
|
blob
|
history
diff --git
a/plugins/OStatus/scripts/updateostatus.php
b/plugins/OStatus/scripts/updateostatus.php
index 8b1081704006cc1b29affc113c1b042d82e043cf..1414f81e9361cc07571b847b8374289b65848463 100644
(file)
--- 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');