diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-08 15:44:11 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-08 15:44:11 +0200 |
commit | cbe3595f64c7883a2a63b7cbd9941cf0a56cd80e (patch) | |
tree | 06e52d7c64969a9777a118f9b5e91571a3fec819 /core/templates/layout.user.php | |
parent | 6dd7d9e0af3c4c1ce62e77e0932fdebe80175d16 (diff) | |
download | nextcloud-server-cbe3595f64c7883a2a63b7cbd9941cf0a56cd80e.tar.gz nextcloud-server-cbe3595f64c7883a2a63b7cbd9941cf0a56cd80e.zip |
using flush() here is pointless as we render the layout into a memory buffer and actually transmit the data later
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 989ffd528f4..ce1522b717c 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -39,7 +39,6 @@ ?> <?php endforeach; ?> </head> - <?php flush(); ?> <body id="<?php p($_['bodyid']);?>"> <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript> <div id="notification-container"> |