* code for task#1552.

This commit is contained in:
xia0ta0
2013-07-19 16:35:05 +08:00
parent 1067e55ad3
commit cbe4afe436
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -149,7 +149,6 @@ class ssoModel extends model
public function createKey()
{
return md5(rand());
}
/**
+1
View File
@@ -786,6 +786,7 @@ class story extends control
*/
public function ajaxGetProductStories($productID, $moduleID = 0, $storyID = 0)
{
if($moduleID) $moduleID = $this->loadModel('tree')->getAllChildID($moduleID);
$stories = $this->story->getProductStoryPairs($productID, $moduleID);
die(html::select('story', $stories, $storyID, "class=''"));
}