projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f533fca
)
Revert broken logic.
author
Jan Schneider
<jan@horde.org>
Tue, 13 Apr 2010 16:39:16 +0000
(18:39 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 13 Apr 2010 16:39:43 +0000
(18:39 +0200)
framework/Core/lib/Horde/Script/Files.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Script/Files.php
b/framework/Core/lib/Horde/Script/Files.php
index
276a625
..
ef7110c
100644
(file)
--- a/
framework/Core/lib/Horde/Script/Files.php
+++ b/
framework/Core/lib/Horde/Script/Files.php
@@
-42,7
+42,7
@@
class Horde_Script_Files
public function add($file, $app = null, $direct = false, $full = false)
{
if (($this->_add($file, $app, $direct, $full) === false) ||
-
!(ob_get_length() &&
headers_sent())) {
+
(!ob_get_length() && !
headers_sent())) {
return;
}