Changeset 5bfa444 in github


Ignore:
Timestamp:
Jun 24, 2011 1:50:03 PM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
87a2f68
Parents:
25e6a0f
Message:
  • Read _unlock from POST too
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_template.php

    r4dcd437 r5bfa444  
    330330    { 
    331331        // unlock interface after iframe load 
    332         $unlock = preg_replace('/[^a-z0-9]/i', '', $_GET['_unlock']); 
     332        $unlock = preg_replace('/[^a-z0-9]/i', '', $_REQUEST['_unlock']); 
    333333        if ($this->framed) { 
    334334            array_unshift($this->js_commands, array('set_busy', false, null, $unlock)); 
Note: See TracChangeset for help on using the changeset viewer.