mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove deprecated smarty error reporting setting
This commit is contained in:
@@ -62,7 +62,6 @@ class BasePageController extends Controller
|
||||
foreach (Arr::get(config('ytake-laravel-smarty'), 'plugins_paths', []) as $plugins) {
|
||||
$this->smarty->addPluginsDir($plugins);
|
||||
}
|
||||
$this->smarty->error_reporting = E_ALL & ~E_NOTICE;
|
||||
|
||||
$this->smarty->assign('serverroot', url('/'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user