HomeHelpTrac

Changeset 13158


Ignore:
Timestamp:
11/06/09 06:02:12 (2 years ago)
Author:
Alexander Ermashev
Message:
Location:
trunk/modules/boonex/data_migration/classes
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/data_migration/classes/BxDataMigrationModule.php

    r13045 r13158  
    186186                     ), 
    187187                ), 
     188 
     189                'acl_levels' => array( 
     190                    'is_module' => false, 
     191                    'module_name'     => '', 
     192                    'module_class'    => '', 
     193                    'migration_class' => 'BxDataMigrationMembership', 
     194                    'dependencies' => array( 
     195                     ), 
     196                ), 
    188197            ); 
    189198        } 
Note: See TracChangeset for help on using the changeset viewer.