From fa37f47d0b21dff0261d76bc8607606bac1f7558 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes <kjartan@2.no-reply.drupal.org> Date: Mon, 27 Oct 2003 21:50:16 +0000 Subject: [PATCH] - Fixing typo that Dries didn't notice I told him about. --- includes/tablesort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/tablesort.inc b/includes/tablesort.inc index 0ba06f196030..04085864344b 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -71,7 +71,7 @@ function tablesort_get_order($headers) { } else { // The first column specified is initial 'order by' field unless otherwise specified - $first = reset($header); + $first = reset($headers); return $first['data']; } } -- GitLab