Ignore:
Timestamp:
Dec 10, 2013, 12:18:36 PM (10 years ago)
Author:
mistic100
Message:

fix paths again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/include/events.inc.php

    r25915 r25916  
    160160
    161161  $template->assign(array(
    162     'ADMINTOOLS_PATH' => ADMINTOOLS_PATH,
     162    'ADMINTOOLS_PATH' => './plugins/' . ADMINTOOLS_ID .'/',
    163163    'ato' => $tpl_vars,
    164164  ));
     
    191191  global $page, $conf, $MultiView, $user, $picture;
    192192
    193   if (!isset($_GET['delete']) and !isset($_POST['action']) and $_POST['action'] != 'quick_edit')
     193  if (!isset($_GET['delete']) and !isset($_POST['action']) and @$_POST['action'] != 'quick_edit')
    194194  {
    195195    return;
Note: See TracChangeset for help on using the changeset viewer.