summaryrefslogtreecommitdiff
path: root/actions/accesstoken.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-06 02:40:11 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-06 02:40:11 -0400
commitbc86e75682ce060dc6f84cce205f5076ba6c2fbe (patch)
tree56951d9ef89f9c09f8025f5b8a33cb4d6c8989ce /actions/accesstoken.php
parent15989d6c35be91dd8f5e355170133b83020084c4 (diff)
forgot to require libs in accesstoken
darcs-hash:20080606064011-84dde-89cca620d3782dec77da804008ce391e17ec393e.gz
Diffstat (limited to 'actions/accesstoken.php')
-rw-r--r--actions/accesstoken.php2
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);