Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | <?php } ?> |
84 | 84 | </div> |
85 | 85 | <?php |
86 | | -if ($a->exists() ) { ?> |
| 86 | +if ($t && $t->exists() ) { ?> |
87 | 87 | <div id="coll-order_info" style="display:none; margin-top: 2em;"> |
88 | 88 | <?php |
89 | 89 | echo $GLOBALS['wgParser']->parse('{{:' . $t . '}}', |