Subversion Repository Public Repository

Nextrek

Diff Revisions 640 vs 682 for /Android/SmartCharging/endPoints/repositories/CommentRepository.php

Diff revisions: vs.
  @@ -125,7 +125,7 @@
125 125 $new_comment->voto = $row["voto"];
126 126 $new_comment->descrizione = $row["descrizione"];
127 127 $new_comment->data = $row["data"];
128 - $new_comment->imgs = (!is_null($imgRow)) ? array($imgRow) : array();
128 + $new_comment->imgs = (!is_null($imgRow)) ? IMAGE_SERVER.IMAGES_PATH.array($imgRow) : array();
129 129
130 130 $comment_list[$comment_id] = $new_comment;
131 131 } else if (!is_null($imgRow)) {