diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index e5c23fcab..cae9f0661 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1018,7 +1018,7 @@ function field_set($string, $name, $value) { function link_page() { global $custom_links; - if (0 && is_array($custom_links)) { + if (is_array($custom_links)) { return $custom_links; } else { |