mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix simplefle
This commit is contained in:
@@ -96,10 +96,10 @@ class SimpleFLE extends CI_Controller {
|
||||
}
|
||||
$this->staticmap_model->remove_static_map_image($station_id);
|
||||
|
||||
if (empty($result)) {
|
||||
if (empty($bulk_result)) {
|
||||
echo "success";
|
||||
} else {
|
||||
echo json_encode($result);
|
||||
echo json_encode($bulk_result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user