We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5497ea2 commit 421da0eCopy full SHA for 421da0e
meta/Revision.php
@@ -52,7 +52,7 @@ public function __construct($id, $rev)
52
$this->revisionCol = $this->schema->findColumn('revision');
53
54
/** @var Value[] $values */
55
- $this->getCoreData(['revision=' . $this->rev]);
+ $values = $this->getCoreData(['revision=' . $this->rev]);
56
57
if (!empty($values)) {
58
$this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
0 commit comments