Ignore:
Timestamp:
Mar 16, 2011, 7:39:16 PM (13 years ago)
Author:
patdenice
Message:

Ignored extensions didn't work with last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/update_ext.inc.php

    r9729 r9730  
    4242            'DOWNLOADS' => $ext_info['extension_nb_downloads'],
    4343            'URL_DOWNLOAD' => $ext_info['download_url'] . '&origin=piwigo_download',
    44             'IGNORED' => in_array($ext_id, $conf['AU_ignore']['plugins']),
     44            'IGNORED' => in_array($ext_id, $conf['AU_ignore'][$type]),
    4545            )
    4646          );
Note: See TracChangeset for help on using the changeset viewer.