From aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Dec 2003 05:54:59 +0000 Subject: - Fixed typo: $outpout -> $output. Fixed bug 4690. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 97c1c3bba..b1583d118 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -21,7 +21,7 @@ * @return a string containing the help output. */ function theme_help($section) { - $ouptout = ""; + $output = ""; switch ($section) { case 'admin/system/themes#description': -- cgit v1.2.3