diff options
author | xue <> | 2007-09-26 13:15:56 +0000 |
---|---|---|
committer | xue <> | 2007-09-26 13:15:56 +0000 |
commit | cb62a8b25b67f4c23148efe5d9e93278651d1901 (patch) | |
tree | 4dec8d359fe2b42965ab370f590094ffd1bc5c36 /framework/TApplication.php | |
parent | 75293bddc7faea69021f5e29ac9e4df3f04c4f36 (diff) |
added support to remember login.
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php index 3aa2cec1..a0239072 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -150,12 +150,12 @@ class TApplication extends TComponent */ private static $_steps=array( 'onBeginRequest', + 'onLoadState', + 'onLoadStateComplete', 'onAuthentication', 'onAuthenticationComplete', 'onAuthorization', 'onAuthorizationComplete', - 'onLoadState', - 'onLoadStateComplete', 'onPreRunService', 'runService', 'onSaveState', |