mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-06 21:29:27 +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()) {
|
if($substitutes = $user->getSubstitutes()) {
|
||||||
echo " <substitutes>\n";
|
echo " <substitutes>\n";
|
||||||
foreach($substitutes as $substitute) {
|
foreach($substitutes as $substitute) {
|
||||||
echo " <substitute user=\"".$substitute['substitute']."\" />\n";
|
echo " <substitute user=\"".$substitute->getID()."\" />\n";
|
||||||
}
|
}
|
||||||
echo " </substitutes>\n";
|
echo " </substitutes>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user