From d247aa5473e5cd6086d0e9ac889e7db3ada85571 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Mon, 13 Aug 2012 22:05:20 -0500 Subject: [PATCH] Update plugin.php --- plugin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 8f52557..c8fc5d3 100644 --- a/plugin.php +++ b/plugin.php @@ -161,5 +161,4 @@ class PluginName { } // end class // TODO: update the instantiation call of your plugin to the name given at the class definition -new PluginName(); -?> \ No newline at end of file +new PluginName(); \ No newline at end of file