

Nextrek
Diff Revisions 516 vs 517 for /Android/SmartCharging/endPoints/nightly/repositories/CommentRepository.php
@@ -146,7 +146,7 @@ | |||
146 | 146 | $comment->imgs = array(); | |
147 | 147 | ||
148 | 148 | foreach ($rows as $row) { | |
149 | - | array_push($comment->imgs, IMAGES_PATH.$row["img"]); | |
149 | + | array_push($comment->imgs, IMAGE_SERVER.IMAGES_PATH.$row["img"]); | |
150 | 150 | } | |
151 | 151 | ||
152 | 152 | return $comment; |