Fixed error on intermentList.inc

This commit is contained in:
Cliff Ingham 2014-03-04 14:37:52 -05:00
parent 038624c655
commit f02681850b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ $return_url = $url->__toString();
<?php
foreach ($this->intermentList as $interment) {
$editButton = '';
$deleteButton = '';
if (userIsAllowed('Interments')) {
$editURL = new URL(BASE_URL.'/interments/updateInterment.php');
$editURL->interment_id = $interment->getId();