Author Topic: Bug in E-Mail Code  (Read 130 times)

Offline saladbar821

Bug in E-Mail Code
« on: January 13, 2010, 04:56:41 AM »
Hi there! I was testing my shop items when I ran into the following on the "Send E-Mail to Admin V3" script:
Code: [Select]
Fatal error: Call to undefined function: htmlspecialchars_decode() in /homepages/5/d301581944/htdocs/smf/Sources/shop/items/EmailAdmin.php  on line 77
I am using SMF 2.0 RC2 and SMFShop 3.1.5

EDIT: I fixed it by replacing the htmlspecialchars_decode with un_htmlspecialchars (the next closest function of SMF)
« Last Edit: January 13, 2010, 05:10:13 AM by saladbar821 »