diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php
index f453b922eb2c4d156f23a9f8a4ec3c7fa0ea380c..eb6af0d4f974476a8faeec6e6d3745dfa460714b 100644
--- a/htdocs/translate.class.php
+++ b/htdocs/translate.class.php
@@ -639,6 +639,14 @@ class Translate {
 		}
 	}
 
+	/**
+	 * @deprecated
+	 */
+	function setPhpLang()
+	{
+		return;
+	}
+
 }
 
 ?>