From: Jan Schneider Date: Fri, 22 Oct 2010 17:02:02 +0000 (+0200) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ae0b75e9d14f6be1774af4ccccb18c1fbaef1de7;p=horde.git Fix variable name. --- diff --git a/components/lib/Components/Pear/Factory.php b/components/lib/Components/Pear/Factory.php index a84c8157b..3ed4f8305 100644 --- a/components/lib/Components/Pear/Factory.php +++ b/components/lib/Components/Pear/Factory.php @@ -220,7 +220,7 @@ class Components_Pear_Factory ); if ($package_rw_file instanceOf PEAR_Error) { - throw new Components_Exception($package_file->getMessage()); + throw new Components_Exception($package_rw_file->getMessage()); } return $package_rw_file; }