Loading Entities/User.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -825,7 +825,7 @@ class User extends \ElggUser $export['programs'] = $this->getPrograms(); $export['programs'] = $this->getPrograms(); $export['plus'] = (bool) $this->isPlus(); $export['plus'] = (bool) $this->isPlus(); $export['pro'] = (bool) $this->isPro(); $export['pro'] = (bool) $this->isPro(); $export['pro_published'] = (bool) $this->isProPublished(); $export['pro_published'] = $this->isPro() && $this->isProPublished(); $export['verified'] = (bool) $this->verified; $export['verified'] = (bool) $this->verified; $export['founder'] = (bool) $this->founder; $export['founder'] = (bool) $this->founder; $export['disabled_boost'] = (bool) $this->disabled_boost; $export['disabled_boost'] = (bool) $this->disabled_boost; Loading Loading
Entities/User.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -825,7 +825,7 @@ class User extends \ElggUser $export['programs'] = $this->getPrograms(); $export['programs'] = $this->getPrograms(); $export['plus'] = (bool) $this->isPlus(); $export['plus'] = (bool) $this->isPlus(); $export['pro'] = (bool) $this->isPro(); $export['pro'] = (bool) $this->isPro(); $export['pro_published'] = (bool) $this->isProPublished(); $export['pro_published'] = $this->isPro() && $this->isProPublished(); $export['verified'] = (bool) $this->verified; $export['verified'] = (bool) $this->verified; $export['founder'] = (bool) $this->founder; $export['founder'] = (bool) $this->founder; $export['disabled_boost'] = (bool) $this->disabled_boost; $export['disabled_boost'] = (bool) $this->disabled_boost; Loading