a.binder 8 лет назад
Родитель
Сommit
5318d85c17
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      SE/se-lib/Route/WfsBiAudit.php

+ 1 - 1
SE/se-lib/Route/WfsBiAudit.php

@@ -52,7 +52,7 @@ public function objectStructView($item) {
 				
 		foreach($getBackRefList as $ind=>$backref) {
 			$exploded_ns = explode('/', $backref['namespace']);
-			$return['backrefs'][]=$exploded_ns[1].'__x3A__'.$exploded_ns[2],':',$exploded_ns[3];
+			$return['backrefs'][]=$exploded_ns[1].'__x3A__'.$exploded_ns[2].':'.$exploded_ns[3];
 		}
 		foreach($item['field'] as $ind=>$refs) {