mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Remove show in menu and related functions
This commit is contained in:
@@ -50,7 +50,6 @@ class AdminContentController extends BasePageController
|
||||
'metadescription' => '',
|
||||
'metakeywords' => '',
|
||||
'contenttype' => '',
|
||||
'showinmenu' => '',
|
||||
'status' => '',
|
||||
'ordinal' => '',
|
||||
'created_at' => '',
|
||||
@@ -60,7 +59,6 @@ class AdminContentController extends BasePageController
|
||||
switch ($action) {
|
||||
case 'add':
|
||||
$meta_title = 'Content Add';
|
||||
$content['showinmenu'] = '1';
|
||||
$content['status'] = '1';
|
||||
$content['contenttype'] = '2';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user