projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b323e0
)
Framework: Typo in Horde_Data
author
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 22:26:10 +0000
(17:26 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 22:27:57 +0000
(17:27 -0500)
framework/Data/Data.php
patch
|
blob
|
history
diff --git
a/framework/Data/Data.php
b/framework/Data/Data.php
index
1428713
..
7998d88
100644
(file)
--- a/
framework/Data/Data.php
+++ b/
framework/Data/Data.php
@@
-314,7
+314,7
@@
class Horde_Data extends PEAR {
$import_format = Horde_Util::getFormData('import_format');
try {
Horde_Browser::wasFileUploaded('import_file', $param['file_types'][$import_format]);
- } catch (Horde_Exception
(
$e) {
+ } catch (Horde_Exception $e) {
PEAR::raiseError($e->getMessage());
}
if ($_FILES['import_file']['size'] <= 0) {