1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

add and check plugin base class

This commit is contained in:
Andrew Dolgov
2012-12-23 15:29:16 +04:00
parent 7252abe3ea
commit 5a0e03923f
11 changed files with 21 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<?php
class RedditImgur {
class RedditImgur extends Plugin {
private $link;
private $host;