summaryrefslogtreecommitdiffstatshomepage
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index d7dc69cc4c54..549cd1d180b4 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1075,9 +1075,9 @@ function _system_batch_theme() {
}
/**
- * Implements hook_library().
+ * Implements hook_library_info().
*/
-function system_library() {
+function system_library_info() {
// Drupal's Ajax framework.
$libraries['drupal.ajax'] = array(
'title' => 'Drupal AJAX',