From blog, the following:
echo -off fs0: EFI\Boot\apple_set_os.efi
has backslashes stripped in crossposted wpforo post so becomes:
echo -off fs0: EFIBootapple_set_os.efi
Kindly provide a bug fix. Thank you
From blog, the following:
echo -off fs0: EFI\Boot\apple_set_os.efi
has backslashes stripped in crossposted wpforo post so becomes:
echo -off fs0: EFIBootapple_set_os.efi
Kindly provide a bug fix. Thank you
Hi @nando4,
The issue is fixed by our developers. Please update the wpForo – Blog Cross Posting addon to the latest version (v. 2.1.2) and check again.
Nevermind. Got it updated.
Unfortunately problem still persists even after the fix of adding "$args['body'] = addslashes($args['body']);" to "function addTopic($post, $forumID)".