X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fgadgets.php;h=e99d031697b38d295364122fd9bfe04f84ed0fff;hb=429e4a4b8eb428e9631513fc6bb053b4635c7729;hp=e2068dcb3df270f032e05d155ef47482ac53aa5b;hpb=1f58ccb1e75eca08fbd04971d617ea372bc77b5a;p=platal.git diff --git a/modules/gadgets.php b/modules/gadgets.php index e2068dc..e99d031 100644 --- a/modules/gadgets.php +++ b/modules/gadgets.php @@ -25,9 +25,9 @@ class GadgetsModule extends PLModule { return array( 'gadgets/ig-events.xml' => $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), ); }