summaryrefslogtreecommitdiff
path: root/program/include/rcube_template.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-06-24 17:50:03 +0000
committeralecpl <alec@alec.pl>2011-06-24 17:50:03 +0000
commit5bfa4445d52fc831330600e581656142b30f0ca3 (patch)
tree90c6ff272a6adc451dfec3be7f8957667e83b091 /program/include/rcube_template.php
parent25e6a0f11043537e9ea2950398f916d4db96a235 (diff)
- Read _unlock from POST too
Diffstat (limited to 'program/include/rcube_template.php')
-rwxr-xr-xprogram/include/rcube_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php
index 6d6c21e87..39b22826a 100755
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -329,7 +329,7 @@ class rcube_template extends rcube_html_page
public function write($template = '')
{
// unlock interface after iframe load
- $unlock = preg_replace('/[^a-z0-9]/i', '', $_GET['_unlock']);
+ $unlock = preg_replace('/[^a-z0-9]/i', '', $_REQUEST['_unlock']);
if ($this->framed) {
array_unshift($this->js_commands, array('set_busy', false, null, $unlock));
}