forgot to require libs in accesstoken
darcs-hash:20080606064011-84dde-89cca620d3782dec77da804008ce391e17ec393e.gz
This commit is contained in:
parent
15989d6c35
commit
bc86e75682
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
if (!defined('LACONICA')) { exit(1); }
|
if (!defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
|
require_once(INSTALLDIR.'/lib/omb.php');
|
||||||
|
|
||||||
class AccesstokenAction extends Action {
|
class AccesstokenAction extends Action {
|
||||||
function handle($args) {
|
function handle($args) {
|
||||||
parent::handle($args);
|
parent::handle($args);
|
||||||
|
Loading…
Reference in New Issue
Block a user