svn: /web/doc-editor/trunk/js/ui/task/ LoadConfigTask.js

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Thu, 21 Jul 2011 10:01:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313504

Log:
Load auth info

Changed paths:
    U   web/doc-editor/trunk/js/ui/task/LoadConfigTask.js

Modified: web/doc-editor/trunk/js/ui/task/LoadConfigTask.js
===================================================================
--- web/doc-editor/trunk/js/ui/task/LoadConfigTask.js	2011-07-21 10:00:20 UTC (rev 313503)
+++ web/doc-editor/trunk/js/ui/task/LoadConfigTask.js	2011-07-21 10:01:07 UTC (rev 313504)
@@ -12,10 +12,13 @@

             PhDOE.user.login = o.mess.userLogin;
             PhDOE.user.lang  = o.mess.userLang;
+            PhDOE.user.authService  = o.mess.authService;
+            PhDOE.user.authServiceID  = o.mess.authServiceID;
             PhDOE.user.isAnonymous = o.mess.userIsAnonymous;
             PhDOE.user.isGlobalAdmin = o.mess.userIsGlobalAdmin;
             PhDOE.user.isLangAdmin = o.mess.userIsLangAdmin;
             PhDOE.user.conf = o.mess.userConf;
+            PhDOE.user.anonymousIdent = o.mess.userAnonymousIdent;

             PhDOE.project   = o.mess.project;
             PhDOE.app.conf   = o.mess.appConf;
@@ -34,4 +37,4 @@
             PhDOE.drawInterface();
         }
     });
-};
\ No newline at end of file
+};
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.