move url shortener superclass to lib from plugin

This commit is contained in:
Evan Prodromou
2010-04-24 14:22:51 -04:00
parent 9c0c9863d5
commit 869a6be0f5
6 changed files with 0 additions and 9 deletions

View File

@@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
exit(1);
}
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
class SimpleUrlPlugin extends UrlShortenerPlugin
{
public $serviceUrl;