1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Update online_shortcodes.php

This commit is contained in:
rica-carv
2016-12-29 22:11:20 +00:00
committed by GitHub
parent baba692851
commit b939ad6b30

View File

@@ -146,7 +146,7 @@ class online_shortcodes extends e_shortcode
if(varset($parm['type']) == 'avatar')
{
$this->currentMember = array('oid' => $row['user_id'], 'oname'=> $row['user_name'], 'page' => null, 'pinfo' => null,'oimage' => $row['user_image'] );
//$ret = e107::getParser()->parseTemplate($this->newestTemplate, TRUE, $this);
$ret = e107::getParser()->parseTemplate($this->newestTemplate, TRUE, $this);
}
else