mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Plugin shortcodes generation fix.
This commit is contained in:
@@ -3924,7 +3924,7 @@ $content .= "
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$content .= '}';
|
||||||
|
|
||||||
return file_put_contents($file,$content)? LAN_CREATED.': '.$this->pluginName."_shortcodes.php" : LAN_CREATED_FAILED.': '.$this->pluginName."_shortcodes.php";
|
return file_put_contents($file,$content)? LAN_CREATED.': '.$this->pluginName."_shortcodes.php" : LAN_CREATED_FAILED.': '.$this->pluginName."_shortcodes.php";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user