We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c862fd commit 9bc3143Copy full SHA for 9bc3143
Ajax/semantic/html/collections/HtmlBreadcrumb.php
@@ -215,7 +215,8 @@ public function asTexts() {
215
216
public function setAbsolutePaths($absolutePaths) {
217
$this->absolutePaths=$absolutePaths;
218
- for($i=0;$i<\sizeof($this->content);$i++){
+ $size=\sizeof($this->content);
219
+ for($i=0;$i<$size;$i++){
220
$this->content[$i]->setProperty($this->attr, $this->getHref($i));
221
}
222
return $this;
0 commit comments