Changeset 16586

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

avoid caching unlock pages

Files:

Legend:

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

    r16539 r16586  
    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;