// Context part 6
This commit is contained in:
@@ -31,8 +31,6 @@ class AdminAttachments extends AdminTab
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
global $cookie;
|
||||
|
||||
$this->table = 'attachment';
|
||||
$this->className = 'Attachment';
|
||||
$this->lang = true;
|
||||
@@ -90,7 +88,6 @@ class AdminAttachments extends AdminTab
|
||||
|
||||
public function displayForm($isMainTab = true)
|
||||
{
|
||||
global $currentIndex, $cookie;
|
||||
parent::displayForm();
|
||||
|
||||
if (!($obj = $this->loadObject(true)))
|
||||
|
||||
Reference in New Issue
Block a user