mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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
|
else
|
||||||
{
|
{
|
||||||
$parts = explode('/',$path);
|
$parts = explode('/',$value);
|
||||||
$value = array_pop($parts);
|
$value = array_pop($parts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user