1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Plugin shortcodes generation fix.

This commit is contained in:
Cameron 2017-11-02 19:49:16 -07:00
parent 458d5adba9
commit 430d3221b2

View File

@ -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";
}