Changeset 12681

Show
Ignore:
Timestamp:
10/05/07 15:08:22 (1 year ago)
Author:
bergie
Message:

Relying on permissions is enough.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midgard.admin.acl/acl_editor.php

    r12662 r12681  
    311311    function _handler_edit($handler_id, $args, &$data) 
    312312    { 
    313         $_MIDCOM->auth->require_valid_user(); 
    314          
    315313        $this->_object = $_MIDCOM->dbfactory->get_object_by_guid($args[0]); 
    316314        if (!$this->_object)