diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-06 02:40:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-06 02:40:11 -0400 |
commit | bc86e75682ce060dc6f84cce205f5076ba6c2fbe (patch) | |
tree | 56951d9ef89f9c09f8025f5b8a33cb4d6c8989ce | |
parent | 15989d6c35be91dd8f5e355170133b83020084c4 (diff) |
forgot to require libs in accesstoken
darcs-hash:20080606064011-84dde-89cca620d3782dec77da804008ce391e17ec393e.gz
-rw-r--r-- | actions/accesstoken.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/accesstoken.php b/actions/accesstoken.php index dc6736e87..1c1db8fbc 100644 --- a/actions/accesstoken.php +++ b/actions/accesstoken.php @@ -19,6 +19,8 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/lib/omb.php'); + class AccesstokenAction extends Action { function handle($args) { parent::handle($args); |