projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d5b3f
)
don't attach the imple when being called from services/imple.php
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 19 Jul 2010 17:59:14 +0000
(13:59 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 19 Jul 2010 17:59:14 +0000
(13:59 -0400)
This is where we are serving an ajax request from the imple, not rendering it.
horde/services/imple.php
patch
|
blob
|
history
diff --git
a/horde/services/imple.php
b/horde/services/imple.php
index
db96e87
..
d6714d2
100644
(file)
--- a/
horde/services/imple.php
+++ b/
horde/services/imple.php
@@
-65,7
+65,7
@@
if (isset($args['impleApp'])) {
$impleargs = array($args['impleApp'], $impleName);
}
-$imple = $injector->getInstance('Horde_Ajax_Imple')->getImple($impleargs);
+$imple = $injector->getInstance('Horde_Ajax_Imple')->getImple($impleargs
, array(), true
);
$result = $imple->handle($args, $post);
$ct = empty($_SERVER['Content-Type'])