1
0
Fork 0

Fix static complete

pull/255/head
Felix Becker 2017-01-24 23:35:43 +01:00
parent c5be9d0be5
commit 93271bbcc4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Index implements ReadableIndex
*/
public function setStaticComplete()
{
$this->complete = true;
$this->staticComplete = true;
$this->emit('static-complete');
}