Applied code suggestions
authorMarcel Werk <burntime@woltlab.com>
Wed, 11 May 2022 11:09:44 +0000 (13:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 11 May 2022 11:09:44 +0000 (13:09 +0200)
wcfsetup/install/files/lib/system/box/UserOnlineListBoxController.class.php

index 5741ece0c2ba7d8a678ba1f3e0b53f32bd76939a..ed6c7423dab45f3706c4b65864b893ae8549ab7b 100644 (file)
@@ -127,6 +127,7 @@ class UserOnlineListBoxController extends AbstractDatabaseObjectListBoxControlle
             return false;
         }
 
+        // Call parent method, as it loads the statistics.
         parent::hasContent();
 
         return $this->objectList->stats['total'] > 0;