projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db50f2
)
Correctly mark as unsuccessful result
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Mar 2010 19:37:36 +0000
(13:37 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Mar 2010 21:31:20 +0000
(15:31 -0600)
imp/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ajax/Application.php
b/imp/lib/Ajax/Application.php
index
3236ec1
..
18b5f27
100644
(file)
--- a/
imp/lib/Ajax/Application.php
+++ b/
imp/lib/Ajax/Application.php
@@
-1443,7
+1443,7
@@
class IMP_Ajax_Application extends Horde_Ajax_Application_Base
$headers['from'] = $identity->getFromLine(null, $this->_vars->from);
} catch (Horde_Exception $e) {
$GLOBALS['notification']->push($e);
- $result->success =
1
;
+ $result->success =
0
;
return array($result);
}