From e6c91a10d70a384652829d9b87bb61de9aa835b2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 23 Feb 2010 19:44:12 +0000 Subject: [PATCH] Restore function to kept backward compatibility --- htdocs/translate.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index f453b922eb2..eb6af0d4f97 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -639,6 +639,14 @@ class Translate { } } + /** + * @deprecated + */ + function setPhpLang() + { + return; + } + } ?> -- GitLab