Fixed wrong method name
authorMarcel Werk <burntime@woltlab.com>
Mon, 18 Apr 2016 11:15:12 +0000 (13:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 18 Apr 2016 13:53:34 +0000 (15:53 +0200)
wcfsetup/install/files/lib/system/box/MostActiveMembersBoxController.class.php
wcfsetup/install/files/lib/system/box/MostLikedMembersBoxController.class.php
wcfsetup/install/files/lib/system/box/NewestMembersBoxController.class.php

index 0d5dcb04b662c7f99eb3f898d5890b46c16f6f7a..77ead13a24f55b6b4d7af18733abef34fdbaadef 100644 (file)
@@ -32,7 +32,7 @@ class MostActiveMembersBoxController extends AbstractBoxController {
        /**
         * @inheritDoc
         */
-       public function hasImage() {
+       public function hasLink() {
                if (MODULE_MEMBERS_LIST) {
                        return true;
                }
index da30e5358920c021f9819098e07b136a5d655b6d..6e2bf1083655225459cda27310845f296b5a3f92 100644 (file)
@@ -32,7 +32,7 @@ class MostLikedMembersBoxController extends AbstractBoxController {
        /**
         * @inheritDoc
         */
-       public function hasImage() {
+       public function hasLink() {
                if (MODULE_MEMBERS_LIST) {
                        return true;
                }
index bf363248322f90b50dd4b1a30ef3c3b135328896..8edfd8104922f156283a56840422aa1123c35d39 100644 (file)
@@ -32,7 +32,7 @@ class NewestMembersBoxController extends AbstractBoxController {
        /**
         * @inheritDoc
         */
-       public function hasImage() {
+       public function hasLink() {
                if (MODULE_MEMBERS_LIST) {
                        return true;
                }