mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix export of substitutes
This commit is contained in:
parent
c8d7bdca8b
commit
cca8221f28
|
@ -502,7 +502,7 @@ if($users) {
|
|||
if($substitutes = $user->getSubstitutes()) {
|
||||
echo " <substitutes>\n";
|
||||
foreach($substitutes as $substitute) {
|
||||
echo " <substitute user=\"".$substitute['substitute']."\" />\n";
|
||||
echo " <substitute user=\"".$substitute->getID()."\" />\n";
|
||||
}
|
||||
echo " </substitutes>\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user