mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Move items out of the 'patrons-circle' folder into the root
This commit is contained in:
parent
12b79b5dcd
commit
76a4c34688
17 changed files with 95 additions and 39 deletions
|
@ -28,7 +28,7 @@ class Poll extends PropertiesBase{
|
|||
|
||||
protected function GetUrl(): string{
|
||||
if($this->_Url === null){
|
||||
$this->_Url = '/patrons-circle/polls/' . $this->UrlName;
|
||||
$this->_Url = '/polls/' . $this->UrlName;
|
||||
}
|
||||
|
||||
return $this->_Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue