diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:46:16 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:46:16 -0400 |
commit | 1eb8a82abd51d2c7138a397759c58e4992a430d9 (patch) | |
tree | 9e498144342b885105a36192bef26b2c24e7e7f5 | |
parent | bf5ae8e69a971b6310641f5a963292a64609d0e8 (diff) |
fix path for requiring oauthstore
darcs-hash:20080530174616-84dde-8a7c90c83c04cd07d6dcbe2795dde03dbc63c0f2.gz
-rw-r--r-- | lib/omb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/omb.php b/lib/omb.php index df4ffb4b2..13a2f7adf 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -20,7 +20,7 @@ if (!defined('LACONICA')) { exit(1); } require_once('OAuth.php'); -require_once(INSTALLDIR.'lib/oauthstore.php'); +require_once(INSTALLDIR.'/lib/oauthstore.php'); define('OAUTH_NAMESPACE', 'http://oauth.net/core/1.0/'); define('OMB_NAMESPACE', 'http://openmicroblogging.org/protocol/0.1'); |