summaryrefslogtreecommitdiffstats
path: root/lib/class/ajax.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/ajax.class.php')
-rw-r--r--lib/class/ajax.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index de217330..04098861 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -123,7 +123,7 @@ class Ajax {
$class = ' class="' . $class . '"';
}
- $string = get_user_icon($icon,$alt);
+ $string = UI::get_icon($icon,$alt);
// Generate an <a> so that it's more compliant with older
// browsers (ie :hover actions) and also to unify linkbuttons