diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-18 05:54:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-18 05:54:59 +0000 |
commit | aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820 (patch) | |
tree | 2d2825f56b04893d341b61e8b26a67cfed2f5798 /includes/theme.inc | |
parent | d5c802645479f872fbce9f9cd9cbed78d4f57b50 (diff) | |
download | brdo-aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820.tar.gz brdo-aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820.tar.bz2 |
- Fixed typo: $outpout -> $output. Fixed bug 4690.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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': |