X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fjobterms.php;h=4cab3aae2b0b6d7070e040cff38102190f6aab60;hb=51c2c63a898801a7a6839f7b08313c12ddd1c47f;hp=85f3a073d2f5073b0bba5d2c648e17d9a311612b;hpb=956cd5c10a027f75283d91545a5d5feeed1874ef;p=platal.git diff --git a/classes/jobterms.php b/classes/jobterms.php index 85f3a07..4cab3aa 100644 --- a/classes/jobterms.php +++ b/classes/jobterms.php @@ -94,7 +94,7 @@ class JobTerms { * subbranches, keeping only the one containing this text in its title or in the title of one of * its subbranches. */ - static public function ajaxGetBranch(&$page, $filter = self::ALL) { + static public function ajaxGetBranch($page, $filter = self::ALL) { pl_content_headers('application/json'); $page->changeTpl('include/jobterms.branch.tpl', NO_SKIN); $subTerms = self::getSubTerms(Env::v('jtid'), $filter, Env::v('text_filter'));