hard-require the adapter

This commit is contained in:
Evan Prodromou 2011-04-19 16:53:34 -04:00
parent f880e6498d
commit 8b0f45d0a7
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ if (!defined('STATUSNET')) {
exit(1);
}
require_once INSTALLDIR.'/plugins/Bookmark/bookmarknoticelistitemadapter.php';
/**
* Bookmark plugin main class
*