Skip to content

Commit

Permalink
Dev: Add function to get original url referrer
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 9, 2016
1 parent ffd5b41 commit 72793a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion application/core/LSHttpRequest.php
Expand Up @@ -103,6 +103,11 @@ public function getUrlReferrer($sAlternativeUrl=null)
return $referrer;
}

public function getOriginalUrlReferrer()
{
return parent::getUrlReferrer();
}

/**
* Method to update the LimeSurvey Navigation Stack to prevent looping
*/
Expand Down Expand Up @@ -198,4 +203,4 @@ public function getPathInfo()
return $this->_pathInfo;
}

}
}

0 comments on commit 72793a1

Please sign in to comment.