summaryrefslogtreecommitdiffstats
path: root/lib/init-tiny.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/init-tiny.php')
-rw-r--r--lib/init-tiny.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init-tiny.php b/lib/init-tiny.php
index 01746a98..a54281ed 100644
--- a/lib/init-tiny.php
+++ b/lib/init-tiny.php
@@ -81,7 +81,7 @@ require_once $prefix . '/lib/class/media.interface.php';
require_once $prefix . '/modules/horde/Browser.php';
/* Set up the flip class */
-flip_class(array('odd','even'));
+UI::flip_class(array('odd', 'even'));
// Merge GET then POST into REQUEST effectively stripping COOKIE without
// depending on a PHP setting change for the effect