瀏覽代碼

fix path

tags/v1.7
Nico Rey 3 年之前
父節點
當前提交
70294fbbdb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      templates/webpanel/Model/Conn.php

+ 1
- 1
templates/webpanel/Model/Conn.php 查看文件

@@ -45,7 +45,7 @@
}
public function getEnhacements($id) {
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count,
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count
FROM decoded_passes WHERE id = ?;');
$query->bindValue(1, $id);
$result = $query->execute();


Loading…
取消
儲存