Changeset 1124

Show
Ignore:
Timestamp:
06/04/2008 08:36:48 AM (2 years ago)
Author:
DotMG
Message:

fixes #772

An ob_start() was missing if a file errors exists and the file debug did not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wikka.php

    r1042 r1124  
    7676        if ($errors) 
    7777        { 
     78                ob_start(); 
    7879                error_reporting(E_ALL);                         // development mode 
    7980        }