* fix the warnning error.

This commit is contained in:
wangchunsheng
2012-12-25 01:06:31 +00:00
parent d4797d951e
commit d28a555b83

View File

@@ -866,6 +866,7 @@ class projectModel extends model
foreach($this->post->stories as $key => $storyID)
{
$productID = $this->post->products[$key];
$data = new stdclass();
$data->project = $projectID;
$data->product = $productID;
$data->story = $storyID;