If it still does not work edit the filehi, what is the problem? character brokentwitter post
![]()
fs-poster\App\Providers\Helper.php
Search:
Code:
$postInf['post_title'],
Code:
str_replace("'", "'", $postInf['post_title']),
if the above does not work try
Code:
str_replace("'", "'", $postInf['post_title']),
Last edited: