mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Plugin Builder fixes.
This commit is contained in:
@@ -3881,7 +3881,7 @@ $content .= "
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class plugin_".$this->pluginName."_shortcodes extends e_shortcode
|
||||
class plugin_".$this->pluginName."_".$this->pluginName."_shortcodes extends e_shortcode
|
||||
{
|
||||
|
||||
";
|
||||
|
Reference in New Issue
Block a user