1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 05:40:44 +02:00

More require_once clean-up (#125)

This commit is contained in:
Moc
2013-03-10 15:22:09 +01:00
parent 94a4c1e1d2
commit 38c03a48b1
2 changed files with 0 additions and 17 deletions

View File

@@ -1925,8 +1925,6 @@ class admin_newspost
$this->_pre_create();
require_once(e_HANDLER."userclass_class.php");
// require_once(e_HANDLER."form_handler.php");
// $frm = new e_form(true); //enable inner tabindex counter
$frm = e107::getForm();
$text = '';
@@ -3068,10 +3066,8 @@ class admin_newspost
function showMaintenance()
{
require_once(e_HANDLER."form_handler.php");
$frm = e107::getForm();
$text = "
<form method='post' action='".e_SELF."?maint' id='core-newspost-maintenance-form'>
<fieldset id='core-newspost-maintenance'>