Skip to content

Commit

Permalink
ID#211: fixed wrong fallback mode definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Achatz committed Jun 22, 2014
1 parent c1a6ea9 commit 9594854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/html/taglib/HtmlIteratorTag.php
Expand Up @@ -316,7 +316,7 @@ public function transformIterator() {
$fallbackObjectId = $this->getFallbackContentItemObjectId();

if ($fallbackObjectId !== null) {
$fallbackMode = $this->getAttribute('fallback-mode');
$fallbackMode = $this->getAttribute('fallback-mode', self::FALLBACK_MODE_NORMAL);

if ($fallbackMode === self::FALLBACK_MODE_NORMAL) {
// activate auto-transformation to display fallback content.
Expand Down

0 comments on commit 9594854

Please sign in to comment.