function showPeopletag() { $cur = common_current_user(); $tag = new Peopletag($this->peopletag, $cur, $this); $tag->show(); }
function showPeopletag() { $tag = new Peopletag($this->peopletag, $this->scoped, $this); $tag->show(); }