Changeset 16587

Show
Ignore:
Timestamp:
06/12/08 16:29:32 (4 months ago)
Author:
rambo
Message:

forward port r16586

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/controller.php

    r16536 r16587  
    264264            if ($metadata->is_locked()) 
    265265            { 
     266                // Drop us to uncached state when locked 
     267                $_MIDCOM->cache->content->uncached(); 
    266268                $this->show_unlock(); 
    267269                return;