Hello,
The following issue has been updated:
811 - Custom page fail in a non debug mode
Project: Indefero
Status: New
Reported by: مصطفی برمشوری
URL:
http://projects.ceondo.com/p/indefero/issues/811/
Labels:
Type:Defect
Priority:Medium
Comments (last first):
# By Keith Constable, May 13, 2013:
The fix for this is one line:
--- MarkdownForge.php.bak 2013-05-13 15:33:22.556501055 -0400
+++ MarkdownForge.php 2013-05-13 15:34:20.644737513 -0400
@@ -22,6 +22,7 @@
# ***** END LICENSE BLOCK ***** */
Pluf::loadFunction('Pluf_Text_MarkDown_parse');
+Pluf::loadFunction('IDF_Template_safePregReplace');
class IDF_Template_MarkdownForge extends Pluf_Template_Tag
{
# By مصطفی برمشوری, Jun 18, 2012: