From 99669e0b7e40e56462a4c919bff91ace83834a55 Mon Sep 17 00:00:00 2001 From: ovclas Date: Mon, 5 Mar 2012 09:40:37 +0000 Subject: [PATCH] remove php5 syntax git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10321 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/document/document.item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 3181c69db..c62ac8819 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -852,7 +852,7 @@ return false; } - public function getTranslationLangCodes() + function getTranslationLangCodes() { $obj->document_srl = $this->document_srl; // -2 is an index for content. We are interested if content has other translations.