Commit 2d228205 authored by clone's avatar clone

1

parent 63d4be8d
...@@ -263,7 +263,7 @@ class DailyPaper extends Basic ...@@ -263,7 +263,7 @@ class DailyPaper extends Basic
$img_url = IMAGES_URL . $url; $img_url = IMAGES_URL . $url;
$m_daily = new ODaily(); $m_daily = new ODaily();
$update_where["id"] = $daily_id; $update_where["id"] = $daily_id;
$update_params["back_‭img"] = $img_url; $update_params["back_img"] = $url;
$update_params["update_time"] = date("Y-m-d H:i:s", time()); $update_params["update_time"] = date("Y-m-d H:i:s", time());
$m_daily->updateDaily($update_where, $update_params); $m_daily->updateDaily($update_where, $update_params);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment