浏览代码

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();


正在加载...
取消
保存