Index: trunk/extensions/EducationProgram/specials/SpecialAmbassadorProfile.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | $fields = array(); |
92 | 92 | |
93 | 93 | $class = $this->getClassName(); |
94 | | - $ambassador = $class::newFromUser( $this->getUser() ); |
| 94 | + $ambassador = $class::newFromUser( $this->getUser(), true ); |
95 | 95 | |
96 | 96 | $msgPrefix = $this->getMsgPrefix(); |
97 | 97 | |