X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fgoogleapps.inc.php;h=a1ae96fa392cb774129e9ec0f66632c6d8f2ac64;hb=98c7bd6aab4205686eabb0a79fc6c46200ef5e47;hp=f4cc69c5e4262dcee7c309ffa0b8e00b566afec6;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;p=platal.git diff --git a/include/googleapps.inc.php b/include/googleapps.inc.php index f4cc69c..a1ae96f 100644 --- a/include/googleapps.inc.php +++ b/include/googleapps.inc.php @@ -124,7 +124,7 @@ class GoogleAppsAccount // Constructs the account object, by retrieving all informations from the // GApps account table, from GApps job queue, and from plat/al validation queue. - public function __construct(User &$user) + public function __construct(User $user) { $this->user = &$user; if (!$this->user || !$this->user->login()) {