summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/Security/TAuthManager.php4
1 files changed, 4 insertions, 0 deletions
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
@@ -41,6 +41,10 @@ class TAuthManager extends TComponent implements IModule
*/
const RETURN_URL_VAR='ReturnUrl';
/**
+ * @var string module ID
+ */
+ private $_id;
+ /**
* @var boolean if the module has been initialized
*/
private $_initialized=false;