projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c72a1a
)
style
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 08:26:15 +0000
(
02:26
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 08:26:15 +0000
(
02:26
-0600)
imp/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ajax/Application.php
b/imp/lib/Ajax/Application.php
index
13f7975
..
b72b92a
100644
(file)
--- a/
imp/lib/Ajax/Application.php
+++ b/
imp/lib/Ajax/Application.php
@@
-575,7
+575,9
@@
class IMP_Ajax_Application extends Horde_Core_Ajax_Application
if (!is_null($req_id)) {
$result->ViewPort->requestid = intval($req_id);
}
- } elseif ($changed || $this->_vars->rangeslice || !$this->_vars->checkcache) {
+ } elseif ($changed ||
+ $this->_vars->rangeslice ||
+ !$this->_vars->checkcache) {
$result = new stdClass;
$result->ViewPort = $this->_viewPortData($changed);
} else {