- files should have a blank line at the end.

This commit is contained in:
Aaron Daniels
2016-08-12 16:32:40 +10:00
parent 70a05369fb
commit 0fbea91be3
2 changed files with 2 additions and 2 deletions

View File

@@ -129,4 +129,4 @@ foreach ($slas as $sla) {
echo '</div>';
}
$pagetitle[] = 'SLAs';
$pagetitle[] = 'SLAs';

View File

@@ -92,4 +92,4 @@ if (count($slas > 0)) {
$updated = dbUpdate($update, 'slas', '`sla_id` = ?', array($sla['sla_id']));
}
}
}
}