mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Add missing $this->serverurl declaration in BasePageController
This commit is contained in:
@@ -88,6 +88,8 @@ class BasePageController extends Controller
|
||||
}
|
||||
$this->smarty->error_reporting = E_ALL & ~E_NOTICE;
|
||||
|
||||
$this->serverurl = url('/');
|
||||
|
||||
$this->smarty->assign('serverroot', url('/'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user