Skip to content

Commit 2aad8b6

Browse files
committed
setSecondary Menu bug fixed
1 parent 50fc655 commit 2aad8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ajax/semantic/html/collections/menus/HtmlMenu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public function setSecondary($value=true) {
150150
$this->addToProperty("class", "secondary");
151151
else
152152
$this->removePropertyValue("class", "secondary");
153+
return $this;
153154
}
154155

155156
public function setVertical() {

0 commit comments

Comments
 (0)