X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile%2Fgroups.inc.php;h=cd2c44790881474fb212a2d56215364140e52672;hb=1e865041b513cbdec96cfe155d9072e1546d4144;hp=9a14ad8cd403300d1bc425615b47930ef596a317;hpb=46ae38a91773bca3645e78488aa0dae55d5dd574;p=platal.git diff --git a/modules/profile/groups.inc.php b/modules/profile/groups.inc.php index 9a14ad8..cd2c447 100644 --- a/modules/profile/groups.inc.php +++ b/modules/profile/groups.inc.php @@ -1,6 +1,6 @@ settings['section'] = new ProfileSection(); $this->settings['binets'] = new ProfileGroup('binets', 'user_id', 'binet_id'); + $this->watched['section'] = $this->watched['binets'] = true; } - public function prepare(PlatalPage &$page, $id) + public function _prepare(PlPage &$page, $id) { - parent::prepare($page, $id); $page->assign('mygroups', XDB::iterator("SELECT a.nom, a.site, a.diminutif, a.unsub_url, a.pub, m.perms FROM groupex.asso AS a INNER JOIN groupex.membres AS m ON (m.asso_id = a.id)