Plugin Directory

Changeset 2227181


Ignore:
Timestamp:
01/14/2020 02:35:22 PM (6 years ago)
Author:
jayhybrid
Message:
  • Fixed Remove button deleting entire log
Location:
debug-log-list
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debug-log-list/tags/0.3.2.3/hybridsupply-log.php

    r2227139 r2227181  
    203203                          for ($i=0; $i < count( $files ); $i++) {
    204204                            $plugin = get_plugin_data( $files[$i], FALSE, FALSE );
     205                            $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : '';
    205206
    206207                            if ( $plugin['Name'] != '' ) {
  • debug-log-list/trunk/hybridsupply-log.php

    r2227138 r2227181  
    203203                          for ($i=0; $i < count( $files ); $i++) {
    204204                            $plugin = get_plugin_data( $files[$i], FALSE, FALSE );
     205                            $plugin['Name'] = isset( $plugin['Name'] ) ? $plugin['Name'] : '';
    205206
    206207                            if ( $plugin['Name'] != '' ) {
Note: See TracChangeset for help on using the changeset viewer.