* replace js:locate instead $this->locate.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$this->session->set('bugID', $bug->id);
|
||||
if($this->session->bugType) die(js::locate($this->createLink('my', 'bug', "type={$this->session->bugType}"), 'parent'));
|
||||
die(js::locate($this->createLink('bug', 'browse', "productID=$productID"), 'parent'));
|
||||
if($this->session->bugType) die($this->locate($this->createLink('my', 'bug', "type={$this->session->bugType}")));
|
||||
die($this->locate($this->createLink('bug', 'browse', "productID=$productID")));
|
||||
?>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?php $this->session->set('storyID', $story->id);?>
|
||||
<?php die(js::locate($this->createLink('product', 'browse', "productID=$product->id"), 'parent'));?>
|
||||
<?php die($this->locate($this->createLink('product', 'browse', "productID=$product->id")));?>
|
||||
|
||||
Reference in New Issue
Block a user