From 7ee7a1ba237755ea1d0c4eef4d667e9c412de082 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 25 Nov 2005 18:23:31 +0000 Subject: --- framework/Security/TAuthManager.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework') diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index 789b9fd7..ae3f713f 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -40,6 +40,10 @@ class TAuthManager extends TComponent implements IModule * GET variable name for return url */ const RETURN_URL_VAR='ReturnUrl'; + /** + * @var string module ID + */ + private $_id; /** * @var boolean if the module has been initialized */ -- cgit v1.2.3