From 396a6475a6680cf408cf60f2332edfbde9f1a6f6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Wed, 28 Nov 2012 16:46:39 -0800 Subject: [PATCH] Issue #1852366 by xjm: Add missing parens to function @see refs in bootstrap.inc --- core/includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index c47db5e20e84..c5e2784c5781 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -323,14 +323,14 @@ /** * $config_directories key for active directory. * - * @see config_get_config_directory + * @see config_get_config_directory() */ const CONFIG_ACTIVE_DIRECTORY = 'active'; /** * $config_directories key for staging directory. * - * @see config_get_config_directory + * @see config_get_config_directory() */ const CONFIG_STAGING_DIRECTORY = 'staging'; -- GitLab