* code for task#1552.
This commit is contained in:
@@ -149,7 +149,6 @@ class ssoModel extends model
|
||||
public function createKey()
|
||||
{
|
||||
return md5(rand());
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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=''"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user