X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fgadgets.php;h=e99d031697b38d295364122fd9bfe04f84ed0fff;hb=bf1525f7ddbf0a8c23d68ad60a9929d718e859cb;hp=0a900791bb4ffe78b9d2629c1a589e86ca31bc46;hpb=92e805609fe9c4306542a0c9fde30606aec6fca4;p=platal.git diff --git a/modules/gadgets.php b/modules/gadgets.php index 0a90079..e99d031 100644 --- a/modules/gadgets.php +++ b/modules/gadgets.php @@ -1,6 +1,6 @@ $this->make_hook('ig_events_xml', AUTH_PUBLIC, 'user', NO_HTTPS), - 'gadgets/ig-events' => $this->make_hook('ig_events', AUTH_PUBLIC), + 'gadgets/ig-events' => $this->make_hook('ig_events', AUTH_PUBLIC), 'gadgets/ig-search.xml' => $this->make_hook('ig_search_xml', AUTH_PUBLIC, 'user', NO_HTTPS), - 'gadgets/ig-search' => $this->make_hook('ig_search', AUTH_PUBLIC), + 'gadgets/ig-search' => $this->make_hook('ig_search', AUTH_PUBLIC), ); }