* resources/sitemanager integration: fixed broken resources sitemanager integration

This commit is contained in:
Klaus Leithoff 2011-08-22 11:12:03 +00:00
parent 81a724cfaa
commit 09ab9de468

View File

@ -20,6 +20,6 @@
$this->properties = array();
$this->title = lang('Resources');
$this->description = lang('This module displays the resources app');
$this->etemplate_method = 'resources.ui_resources.index';
$this->etemplate_method = 'resources.resources_ui.index';
}
}
}