From 0d78091fe5447053843f304eeb448830966a8c56 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 22 Aug 2011 11:12:30 +0000 Subject: [PATCH] * resources/sitemanager integration: fixed broken resources sitemanager integration --- resources/sitemgr/class.module_resources.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/sitemgr/class.module_resources.inc.php b/resources/sitemgr/class.module_resources.inc.php index 6d68a85436..b3cfc96786 100755 --- a/resources/sitemgr/class.module_resources.inc.php +++ b/resources/sitemgr/class.module_resources.inc.php @@ -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'; } - } \ No newline at end of file + }