Changeset 7553

Show
Ignore:
Timestamp:
11/01/10 21:45:21 (3 years ago)
Author:
grum
Message:

fix bug on install/upgrade process

Files:
1 modified

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';