diff options
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r-- | actions/postnotice.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index 5b275e2d6..cf9a3f3a0 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -20,7 +20,6 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); -require_once('Auth/Yadis/Yadis.php'); class PostnoticeAction extends Action { function handle($args) { |