summaryrefslogtreecommitdiffstats
path: root/templates/show_access_list.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_access_list.inc.php')
-rw-r--r--templates/show_access_list.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php
index a671e5bc..7ccbb4a1 100644
--- a/templates/show_access_list.inc.php
+++ b/templates/show_access_list.inc.php
@@ -61,7 +61,7 @@
$access = new Access($access_id);
$access->format();
?>
-<tr class="<?php echo flip_class(); ?>">
+<tr class="<?php echo UI::flip_class(); ?>">
<td><?php echo scrub_out($access->name); ?></td>
<td><?php echo $access->f_start; ?></td>
<td><?php echo $access->f_end; ?></td>