summaryrefslogtreecommitdiffstatshomepage
path: root/modules/contextual/contextual.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contextual/contextual.module')
-rw-r--r--modules/contextual/contextual.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/contextual/contextual.module b/modules/contextual/contextual.module
index 0d6b625e7268..0a9fdb18c5cb 100644
--- a/modules/contextual/contextual.module
+++ b/modules/contextual/contextual.module
@@ -36,9 +36,9 @@ function contextual_permission() {
}
/**
- * Implements hook_library().
+ * Implements hook_library_info().
*/
-function contextual_library() {
+function contextual_library_info() {
$path = drupal_get_path('module', 'contextual');
$libraries['contextual-links'] = array(
'title' => 'Contextual links',