// get the article ID being reviewed:
$id = $data['Review']['pid'];// get the article ID being reviewed:
if (!array_key_exists('pid', $data['Review']))
return;
$id = $data['Review']['pid'];static function getFirstArticleText($article, $numCharacters = 100, $socialGraphFirstText='1')
{
if(isset($article->introtext) && trim(strip_tags($article->introtext)) != "")static function getFirstArticleText($article, $numCharacters = 100, $socialGraphFirstText='1')
{
$articleText = ''; // <------- ADD THIS
if(isset($article->introtext) && trim(strip_tags($article->introtext)) != "")Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
