i have changed my Version to set Article Title automaticly if the readmore field in the backend is empty Line 47 in autosender.php if (empty($title)) { $title = $article->title; } $link='<a href="'.$url.'">'.$title.'</a>';
i have changed my Version to set Article Title automaticly if the readmore field in the backend is empty
Line 47 in autosender.php