"fixed not working return value for a single selection"

This commit is contained in:
Ralf Becker 2007-11-17 13:50:51 +00:00
parent 6ee73eebff
commit b0677b31e3

View File

@ -208,7 +208,7 @@ class tree_widget
}
else
{
$parts = explode('/',$path);
$parts = explode('/',$value);
$value = array_pop($parts);
}
}