summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 15:29:16 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 15:29:16 +0400
commit5a0e03923f47bc1140fd71b4899cd1e35fd59006 (patch)
tree6ece4cb89259ac78f789d8ba630d328629ecbd01 /plugins/share
parent7252abe3ea5703b3cf75a3745e560499cfde500a (diff)
add and check plugin base class
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/share.php b/plugins/share/share.php
index 157c937ea..ce7c4a83c 100644
--- a/plugins/share/share.php
+++ b/plugins/share/share.php
@@ -1,5 +1,5 @@
<?php
-class Share {
+class Share extends Plugin {
private $link;
private $host;