Ignore:
Timestamp:
Jun 24, 2011 1:50:03 PM (2 years ago)
Author:
alec
Message:
  • Read _unlock from POST too
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_template.php

    r4825 r4876  
    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.