From 36609340a78c101150336db4d05915259cb145be Mon Sep 17 00:00:00 2001 From: Pippin Williamson Date: Mon, 5 Nov 2012 21:07:44 -0600 Subject: [PATCH] Set bew PluginName() to a global variable --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 370b2ab..ff7415e 100644 --- a/plugin.php +++ b/plugin.php @@ -165,4 +165,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 +$plugin_name = new PluginName(); \ No newline at end of file