Aleksander Machniak
2013-05-08 a522971cf853b2f0ccd1b569491a06218ebbaee9
plugins/debug_logger/runlog/runlog.php
@@ -194,7 +194,7 @@
    public function print_totals(){
        $totals = array();
        foreach ( $this->run_log as $k => $entry ) {
        foreach ($this->run_log as $entry) {
            if ( $entry['type'] == 'start'  && $entry['ended'] == true) {
                $totals[$entry['value']]['duration'] += $entry['duration'];
                $totals[$entry['value']]['count'] += 1;