mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"fixed not working return value for a single selection"
This commit is contained in:
parent
6ee73eebff
commit
b0677b31e3
@ -208,7 +208,7 @@ class tree_widget
|
||||
}
|
||||
else
|
||||
{
|
||||
$parts = explode('/',$path);
|
||||
$parts = explode('/',$value);
|
||||
$value = array_pop($parts);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user