summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TDropContainer.php
diff options
context:
space:
mode:
authorjavalizard <>2010-04-18 03:32:22 +0000
committerjavalizard <>2010-04-18 03:32:22 +0000
commit6808797813167ac3ea343dfc794c036d95c6d8af (patch)
tree5315f8361afb03269eb0e7f1ec13501b39924555 /framework/Web/UI/ActiveControls/TDropContainer.php
parent5aff249d0b574f90f527b7af60604439f8fa3bef (diff)
ensured that the UI are calling their parent __construct methods
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDropContainer.php')
-rwxr-xr-xframework/Web/UI/ActiveControls/TDropContainer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TDropContainer.php b/framework/Web/UI/ActiveControls/TDropContainer.php
index cb0c4cc1..b9981033 100755
--- a/framework/Web/UI/ActiveControls/TDropContainer.php
+++ b/framework/Web/UI/ActiveControls/TDropContainer.php
@@ -265,6 +265,7 @@ class TDropContainerEventParameter extends TEventParameter
public function __construct($dropParams)
{
+ parent::__construct();
$this->_dragElementId = $dropParams->DragElementID;
$this->_screenX = $dropParams->ScreenX;
$this->_screenY = $dropParams->ScreenY;