* Fix bug #15000.
This commit is contained in:
@@ -48,7 +48,7 @@ class story extends control
|
||||
*/
|
||||
public function create($productID = 0, $branch = 0, $moduleID = 0, $storyID = 0, $objectID = 0, $bugID = 0, $planID = 0, $todoID = 0, $extra = '', $type = 'story')
|
||||
{
|
||||
if($productID == 0) $this->locate($this->createLink('product', 'create'));
|
||||
if($productID == 0 and $objectID == 0) $this->locate($this->createLink('product', 'create'));
|
||||
|
||||
$this->story->replaceURLang($type);
|
||||
if($this->app->tab == 'product')
|
||||
|
||||
Reference in New Issue
Block a user