MINOR documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@70139 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-01-14 04:10:37 +00:00
parent cb8308513b
commit 5c1c90320d

View File

@ -387,7 +387,7 @@ class Translatable extends DataObjectDecorator {
$where = $query->where;
if (
$lang
&& !$query->filtersOnID()
&& !$query->filtersOnID() // DataObject::get_by_id() should work independently of language
&& array_search($baseTable, array_keys($query->from)) !== false
&& !$this->isTranslation()
//&& !$query->filtersOnFK()