Changeset 7553


Ignore:
Timestamp:
Nov 1, 2010, 9:45:21 PM (13 years ago)
Author:
grum
Message:

fix bug on install/upgrade process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_install.class.inc.php

    r7519 r7553  
    4747      $this->initConfig();
    4848      $this->loadConfig();
    49       $this->config['amd_FillDataBaseIgnoreSchemas']=> array('exif', 'iptc', 'xmp', 'com');
     49      $this->config['amd_FillDataBaseIgnoreSchemas']=array('exif', 'iptc', 'xmp', 'com');
    5050      $this->config['installed']=AMD_VERSION2;
    5151      $this->config['newInstall']='y';
Note: See TracChangeset for help on using the changeset viewer.