mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* resources/sitemanager integration: fixed broken resources sitemanager integration
This commit is contained in:
parent
05eb7d0f54
commit
0d78091fe5
@ -20,6 +20,6 @@
|
|||||||
$this->properties = array();
|
$this->properties = array();
|
||||||
$this->title = lang('Resources');
|
$this->title = lang('Resources');
|
||||||
$this->description = lang('This module displays the resources app');
|
$this->description = lang('This module displays the resources app');
|
||||||
$this->etemplate_method = 'resources.ui_resources.index';
|
$this->etemplate_method = 'resources.resources_ui.index';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user