From b2618fb4b9c2f7da1f924d7cfa475ef048d22794 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 18 Mar 2006 20:50:30 +0000 Subject: [PATCH] Typo fix in fetch_value() --- printer_css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_css.php b/printer_css.php index a987126..1be0983 100644 --- a/printer_css.php +++ b/printer_css.php @@ -337,7 +337,7 @@ HTML; } else { - return $this->customdata["$desciptor"]["$property"]; + return $this->customdata["$descriptor"]["$property"]; } } -- 2.22.5