From 3dcb2c152020c43a241595dbd56382636d848add Mon Sep 17 00:00:00 2001 From: Moon Man Date: Fri, 1 Apr 2016 23:15:52 -0700 Subject: [PATCH] fixed class name --- GSGreenTextPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSGreenTextPlugin.php b/GSGreenTextPlugin.php index 5ce067b..1a93e9a 100644 --- a/GSGreenTextPlugin.php +++ b/GSGreenTextPlugin.php @@ -4,7 +4,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } -class GreenTextPlugin extends Plugin +class GSGreenTextPlugin extends Plugin { const VERSION = '0.0.1';