[OBSOLETE] IN-LINE actions bug fix for 0.2.0a

If you are new, check here first! Help and the latest news are here.
Forum rules
[b]DO NOT[/b] give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Post Reply
wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

[OBSOLETE] IN-LINE actions bug fix for 0.2.0a

Post by wGEric »

There is a bug in EasyMOD 0.2.0a which makes it so that IN-LINE actions don't work. The following is a fix to the bug.

OPEN: admin/em_includes/em_functions.php
FIND:

Code: Select all

$search_fragment = ($cur_template == '') ? $search_array &#58 str_replace('subSilver',$cur_template,$search_fragment);
REPLACE WITH:

Code: Select all

$search_fragment = ($cur_template == '') ? $search_fragment &#58 str_replace('subSilver',$cur_template,$search_fragment);
Eric

Post Reply