upgrade 1.1.2 pour XML, MySql et SQLite
[mw_sourceml] / app / out / default / views / sources / groupe / view.php
index 180eb2a..e272710 100644 (file)
@@ -49,7 +49,7 @@
 <div class="clear"><!-- --></div>
 <?php endif; ?>
 
-<?php if($this->out["groupe"]["contact_form"]) : ?>
+<?php if(isset($this->out["groupe"]["contact_form"]) && $this->out["groupe"]["contact_form"]) : ?>
 <h2>Contact</h2>
 <p>
   <a href="<?php echo $this->url("forms/sourceml/contact_author", array("id" => $this->out["groupe"]["id"])) ?>">Envoyer un message à <?php echo $this->out["groupe"]["nom"]; ?></a>.