

Nextrek
Diff Revisions 516 vs 517 for /Android/SmartCharging/endPoints/nightly/repositories/LocalRepository.php
@@ -179,7 +179,7 @@ | |||
179 | 179 | $local->imgs = array(); | |
180 | 180 | ||
181 | 181 | foreach ($rows as $row) { | |
182 | - | array_push($local->imgs, IMAGES_PATH.$row["img"]); | |
182 | + | array_push($local->imgs, IMAGE_SERVER.IMAGES_PATH.$row["img"]); | |
183 | 183 | } | |
184 | 184 | ||
185 | 185 | return $local; |