@@ -883,7 +883,7 @@ |
||
883 | 883 | |
884 | 884 | public function approve() |
885 | 885 | { |
886 | - return $this->manage_meta_property("approve", true); |
|
886 | + return $this->manage_meta_property("approve", true); |
|
887 | 887 | } |
888 | 888 | |
889 | 889 | public function is_approved() |
@@ -200,7 +200,7 @@ |
||
200 | 200 | break; |
201 | 201 | } |
202 | 202 | if ( $default !== null |
203 | - // we need to skip working links because in this case, Doctrine expects objects as values |
|
203 | + // we need to skip working links because in this case, Doctrine expects objects as values |
|
204 | 204 | && ( !$property->link |
205 | 205 | || $this->manager->resolve_targetclass($property) === false)) |
206 | 206 | { |