Changeset 1665 in ExiteCMS


Ignore:
Timestamp:
08/21/08 20:57:48 (3 years ago)
Author:
hverton
Message:

fixed PHP notice error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reports.php

    r1620 r1665  
    2323 
    2424//check if this is an administrator request 
    25 $admin_req = checkrights("R") && defined("iAUTH") && $aid != iAUTH; 
     25$admin_req = checkrights("R") && defined("iAUTH") && isset($aid) && $aid == iAUTH; 
    2626 
    2727// check if the action variable is defined, if not, assign a default 
Note: See TracChangeset for help on using the changeset viewer.