[21008] Fix: typo 4582:4683
Sigurd Nes <[email protected]> Sat, 30 Jan 2010 17:18:02 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 21008
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21008
Author: sigurdne
Date: 2010-01-30 17:18:02 +0000 (Sat, 30 Jan 2010)
Log Message:
-----------
Fix: typo 4582:4683
Modified Paths:
--------------
people/sigurdne/modules/hrm/trunk/inc/class.menu.inc.php
Modified: people/sigurdne/modules/hrm/trunk/inc/class.menu.inc.php
===================================================================
--- people/sigurdne/modules/hrm/trunk/inc/class.menu.inc.php 2010-01-30 17:13:27 UTC (rev 21007)
+++ people/sigurdne/modules/hrm/trunk/inc/class.menu.inc.php 2010-01-30 17:18:02 UTC (rev 21008)
@@ -63,7 +63,7 @@
// if ( isset($GLOBALS['phpgw_info']['user']['apps']['admin']) )
if ( $GLOBALS['phpgw']->acl->check('run', phpgwapi_acl::READ, 'admin')
- || $GLOBALS['phpgw']->acl->check('admin', phpgwapi_acl::ADD, 'property'))
+ || $GLOBALS['phpgw']->acl->check('admin', phpgwapi_acl::ADD, 'hrm'))
{
$menus['admin'] = array
(