Loading coffee.module +2 −2 Original line number Diff line number Diff line Loading @@ -54,9 +54,9 @@ function coffee_menu() { } /** * Implements hook_init(). * Implements hook_page_build(). */ function coffee_init() { function coffee_page_build() { // Only users with the permission "access coffee" can use Coffee. if (user_access('access coffee')) { // Add the javascript and css files. Loading Loading
coffee.module +2 −2 Original line number Diff line number Diff line Loading @@ -54,9 +54,9 @@ function coffee_menu() { } /** * Implements hook_init(). * Implements hook_page_build(). */ function coffee_init() { function coffee_page_build() { // Only users with the permission "access coffee" can use Coffee. if (user_access('access coffee')) { // Add the javascript and css files. Loading