Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Sun, 22 May 2016 20:17:33 +0000 (22:17 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 22 May 2016 20:17:33 +0000 (22:17 +0200)
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumbs.class.php

index fed75f170326fd77ffe6c3ff029573f657497efb..260e1091964d9578e90d08f8ac435f828f069576 100644 (file)
@@ -30,11 +30,7 @@ class Breadcrumbs extends SingletonFactory implements \Countable, \Iterator {
        /**
         * @inheritDoc
         */
-       protected function init() {
-               // add main breadcrumbs entry
-               // TODO: there is no longer a global landing page, what should be displayed instead?
-               //$this->add(new Breadcrumb(WCF::getLanguage()->get(PAGE_TITLE), PageMenu::getInstance()->getLandingPage()->getProcessor()->getLink()));
-       }
+       protected function init() {}
        
        /**
         * Adds a breadcrumb (insertion order is crucial!).