commit 7578b26ab1b5cbd0eb8c19e86d28a6932d93640f Author: fago Date: Tue Jan 8 10:10:45 2013 +0100 #20: added missing docs correction. diff --git a/core/lib/Drupal/Core/Entity/EntityBCDecorator.php b/core/lib/Drupal/Core/Entity/EntityBCDecorator.php index e889920..d73d08b 100644 --- a/core/lib/Drupal/Core/Entity/EntityBCDecorator.php +++ b/core/lib/Drupal/Core/Entity/EntityBCDecorator.php @@ -67,7 +67,7 @@ public function getBCEntity() { public function &__get($name) { // We access the protected 'values' and 'fields' properties of the decorated // entity via the magic getter - which returns them by reference for us. We - // do so, as providing references to this arrays would make $entity->values + // do so, as providing references to these arrays would make $entity->values // and $entity->fields reference themselves, which is problematic during // __clone() (this is something we cannot work-a-round easily as an unset() // on the variable is problematic in conjunction with the magic