Skip to content
Snippets Groups Projects
Commit fa8841c5 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: missing object

parent 7e246961
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@ class FormOther
*/
function select_color($set_color='', $prefix='f_color', $form_name='objForm', $showcolorbox=1, $arrayofcolors='')
{
print selectColor($set_color, $prefix, $form_name, $showcolorbox, $arrayofcolors);
print $this->selectColor($set_color, $prefix, $form_name, $showcolorbox, $arrayofcolors);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment