dever %!s(int64=3) %!d(string=hai) anos
pai
achega
0eb39f7fa3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      service/option/lib/Account.php

+ 1 - 1
service/option/lib/Account.php

@@ -17,7 +17,7 @@ class Account
 
             $table = array();
             if ($account['idcard_front']) {
-                $table['<img src="'.$account['idcard_front'].'" width="100">'] = '<img src="'.$account['idcard_front'].'" width="100">';
+                $table['<img src="'.$account['idcard_front'].'" width="100">'] = '<img src="'.$account['idcard_back'].'" width="100">';
             }
             $html .= Dever::table($table);
             return $html;