summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TWizard.php
diff options
context:
space:
mode:
authorxue <>2006-04-12 17:06:31 +0000
committerxue <>2006-04-12 17:06:31 +0000
commit8758ffa08275ec1a38f161e0eb80f8ae6ca403f8 (patch)
treee0bfe0e6656ac8ddb45e30d8917a11bd762d13fb /framework/Web/UI/WebControls/TWizard.php
parent3ab151f4a2d938fabe7283671f365027ad622a13 (diff)
Fixed a bug in TMultiView about getting the active view.
Diffstat (limited to 'framework/Web/UI/WebControls/TWizard.php')
-rw-r--r--framework/Web/UI/WebControls/TWizard.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/Web/UI/WebControls/TWizard.php b/framework/Web/UI/WebControls/TWizard.php
index 851c5bbf..fd849d3d 100644
--- a/framework/Web/UI/WebControls/TWizard.php
+++ b/framework/Web/UI/WebControls/TWizard.php
@@ -736,16 +736,6 @@ class TWizard extends TWebControl implements INamingContainer
}
/**
- * Loads state into the wizard.
- * This method is invoked by the framework when the control state is being saved.
- */
- public function loadState()
- {
- // a dummy call to ensure the step is activated
- $this->getActiveStep();
- }
-
- /**
* Indicates the wizard needs to recreate all child controls.
*/
protected function requiresControlsRecreation()