修改warning错误

master
cyc 7 years ago
parent e4915165fd
commit 5f47977c75

@ -29,7 +29,8 @@ class weather extends CI_Controller {
return null;
}
$day = new StdClass();
@$weather->one = array();
$weather = new StdClass();
$weather->one = array();
$weather->two = array();
$weather->three = array();
$weather->four = array();

Loading…
Cancel
Save