Fix travis

This commit is contained in:
Laurent Destailleur 2016-11-10 18:03:35 +01:00
parent 9606f67bdb
commit 66ff139030
2 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ foreach($linkedObjectBlock as $key => $objectlink)
<td align="right"><a href="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo img_delete($langs->transnoentitiesnoconv("RemoveLink")); ?></a></td> <td align="right"><a href="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo img_delete($langs->transnoentitiesnoconv("RemoveLink")); ?></a></td>
</tr> </tr>
<?php <?php
}
if (count($linkedObjectBlock) > 1) if (count($linkedObjectBlock) > 1)
{ {
?> ?>

View File

@ -54,6 +54,7 @@ foreach($linkedObjectBlock as $key => $objectlink)
<td align="right"><a href="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo img_delete($langs->transnoentitiesnoconv("RemoveLink")); ?></a></td> <td align="right"><a href="<?php echo $_SERVER["PHP_SELF"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo img_delete($langs->transnoentitiesnoconv("RemoveLink")); ?></a></td>
</tr> </tr>
<?php <?php
}
if (count($linkedObjectBlock) > 1) if (count($linkedObjectBlock) > 1)
{ {
?> ?>