<?php

/**
 * Description of Initer
 *
 * @author Arkadiusz Rychlik <a.rychlik at eppe.com.pl>
 */
class Main_Core_Module_Initer extends Rtn_Module_Initer {

	static $moduleName = 'Core';
	static $initers = array('DB', 'Acl');

}
