Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Merge pull request #3002 from moberemk/patch-2"
This reverts commit 8e3d6cf, reversing
changes made to 9280088.
  • Loading branch information
lorenzo committed Apr 6, 2014
1 parent 8e3d6cf commit 0d80c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -174,13 +174,12 @@ public function __construct(View $View, $settings = array()) {
* @param string $name Text for link
* @param string $link URL for link (if empty it won't be a link)
* @param string|array $options Link attributes e.g. array('id' => 'selected')
* @return this HtmlHelper
* @return void
* @see HtmlHelper::link() for details on $options that can be used.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#creating-breadcrumb-trails-with-htmlhelper
*/
public function addCrumb($name, $link = null, $options = null) {
$this->_crumbs[] = array($name, $link, $options);
return $this;
}

/**
Expand Down

0 comments on commit 0d80c92

Please sign in to comment.