X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Foauth_post_notice.php;h=6742ab1580b1dddd3c35772d70d878d6e2356bd8;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=23fc04b531567aedffc836627fc316eb7b563d88;hpb=7a9777df053a9007b5eaa71f5437584065b615a5;p=quix0rs-gnu-social.git diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php old mode 100644 new mode 100755 index 23fc04b531..6742ab1580 --- a/tests/oauth/oauth_post_notice.php +++ b/tests/oauth/oauth_post_notice.php @@ -40,7 +40,7 @@ $token = null; $token_secret = null; $update = null; -require_once INSTALLDIR . '/scripts/commandline.inc'; +require_once INSTALLDIR . '/scripts/commandline.inc.php'; if (have_option('t', 'oauth_token')) { $token = get_option_value('t', 'oauth_token');