Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
-Subproject commit faeb823b5ddb8e2613cfef9fd15b86a5d9a37890
+Subproject commit 857a2b960d47c1ef4990e6ed55bad2ed40681f66
$this->_add_rss_link($page);
$uid = S::i('uid');
- $user = Env::v('user');
+ $user = S::user();
// For XSRF protection, checks both the normal xsrf token, and the special RSS token.
// It allows direct linking to contact adding in the RSS feed.
}
$search = false;
- $user = S::user();
require_once 'userset.inc.php';