projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3df7f
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Fri, 22 Oct 2010 17:02:02 +0000
(19:02 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 22 Oct 2010 17:27:03 +0000
(19:27 +0200)
components/lib/Components/Pear/Factory.php
patch
|
blob
|
history
diff --git
a/components/lib/Components/Pear/Factory.php
b/components/lib/Components/Pear/Factory.php
index
a84c815
..
3ed4f83
100644
(file)
--- 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;
}