]> BookStack Code Mirror - bookstack/commitdiff
Testing command suppressed.
authorMatthieuParis <redacted>
Sun, 8 Aug 2021 18:35:12 +0000 (20:35 +0200)
committerMatthieuParis <redacted>
Sun, 8 Aug 2021 18:35:12 +0000 (20:35 +0200)
app/Entities/Tools/PageEditActivity.php

index 052427f6ca3fae34133a7a66dfaf1a783547cb19..991882befdc43bc7c103db3254064388eec5ef2d 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+a<?php
 
 namespace BookStack\Entities\Tools;
 
@@ -26,7 +26,6 @@ class PageEditActivity
      */
     public function hasActiveEditing(): bool
     {
-        $value = $this->activePageEditingQuery(60)->count();
         return $this->activePageEditingQuery(60)->count() > 0;
     }