X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fgadgets.php;h=e99d031697b38d295364122fd9bfe04f84ed0fff;hb=429e4a4b8eb428e9631513fc6bb053b4635c7729;hp=0a900791bb4ffe78b9d2629c1a589e86ca31bc46;hpb=730a173a333507926e0029d8a96c3a26b55756e4;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), ); }