Ticket #9507: Clarify changeLanguage() behavior
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Jan 2011 19:05:41 +0000 (12:05 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Jan 2011 19:05:41 +0000 (12:05 -0700)
framework/Core/lib/Horde/Registry/Application.php

index d7f7db5..4ecda61 100644 (file)
@@ -213,6 +213,9 @@ class Horde_Registry_Application
 
     /**
      * Code to run if the language preference changes.
+     *
+     * Called only in applications the user is currently authenticated to in
+     * the current session.
      */
     // public function changeLanguage() {}