# HG changeset patch # User Dan # Date 1254402441 14400 # Node ID e2addf0bd2f4a0ebc574acafbcf3978d19bc47ec # Parent 367768040a6151450e25b71f3586428a9e142a9d Fixed (more) output buffering bugs in Special:EditSidebar diff -r 367768040a61 -r e2addf0bd2f4 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Wed Sep 30 20:01:23 2009 -0400 +++ b/plugins/SpecialAdmin.php Thu Oct 01 09:07:21 2009 -0400 @@ -2579,7 +2579,6 @@ $cache->purge('anon_sidebar'); if(isset($_GET['ajax'])) { - ob_end_clean(); die('GOOD'); } echo '
' . $lang->get('sbedit_msg_block_deleted') . '
'; @@ -2604,7 +2603,6 @@ } if(isset($_GET['ajax'])) { - @ob_end_clean(); die('GOOD'); } break; @@ -2619,7 +2617,6 @@ } if(isset($_GET['ajax'])) { - ob_end_clean(); die('GOOD'); } break; @@ -2631,7 +2628,6 @@ $template->footer(); exit; } - ob_end_clean(); $r = $db->fetchrow(); $db->free_result(); $cache->purge('anon_sidebar');