We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6bf6 commit 7b5c5f4Copy full SHA for 7b5c5f4
MetaTag/Collector.php
@@ -64,6 +64,10 @@ public function collect( Content $content )
64
$contentTypeHandlers[$contentType->identifier]
65
);
66
}
67
+ else
68
+ {
69
+ $allHandlers = $allHandlers['all_content_types'];
70
+ }
71
72
foreach ( $allHandlers as $handler )
73
{
Resources/doc/CHANGELOG.md
@@ -1,6 +1,10 @@
1
Netgen Open Graph Bundle changelog
2
==================================
3
4
+## 1.0.3 (22.04.2015)
5
+
6
+* Fix exception on pages where open graph tags are not configured (caused by fix in `1.0.2`)
7
8
## 1.0.2 (22.04.2015)
9
10
* Fix an edge case bug where some handler configuration could be duplicated
0 commit comments