From 519291ec3de41d0a76d2506efe06ea167422b7ab Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 13 Jan 2011 12:05:41 -0700 Subject: [PATCH] Ticket #9507: Clarify changeLanguage() behavior --- framework/Core/lib/Horde/Registry/Application.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/Core/lib/Horde/Registry/Application.php b/framework/Core/lib/Horde/Registry/Application.php index d7f7db568..4ecda61ef 100644 --- a/framework/Core/lib/Horde/Registry/Application.php +++ b/framework/Core/lib/Horde/Registry/Application.php @@ -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() {} -- 2.11.0