aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/widgets.php b/engine/lib/widgets.php
index af589f497..2ea874145 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -464,7 +464,7 @@
$return = false;
} else {
// Remove state cookie
- setcookie('widget' + $dbquid, null);
+ setcookie('widget' + $dbguid, null);
}
}
}