fix path for requiring oauthstore

darcs-hash:20080530174616-84dde-8a7c90c83c04cd07d6dcbe2795dde03dbc63c0f2.gz
This commit is contained in:
Evan Prodromou 2008-05-30 13:46:16 -04:00
parent bf5ae8e69a
commit 1eb8a82abd
1 changed files with 1 additions and 1 deletions

View File

@ -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');