projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06daf82
)
Make sure we always have a fileas parameter.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 28 Apr 2010 16:46:47 +0000
(12:46 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 28 Apr 2010 16:49:54 +0000
(12:49 -0400)
Windows mobile devices aren't smart enough to calculate this on their own.
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
071c695
..
982598c
100644
(file)
--- a/
turba/lib/Driver.php
+++ b/
turba/lib/Driver.php
@@
-2418,6
+2418,10
@@
class Turba_Driver
}
}
+ if (empty($this->fileas)) {
+ $message->fileas = Turba::formatName($object);
+ }
+
return $message;
}