Ignore:
Timestamp:
Jun 24, 2012, 9:20:19 PM (12 years ago)
Author:
grum
Message:

feature:2643- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserStat/main.inc.php

    r15374 r16015  
    6868
    6969//UserStat loaded and active only if in admin page
    70 if(basename($_SERVER["PHP_SELF"])=='admin.php')
     70if(defined('IN_ADMIN') && !defined('AJAX_CALL'))
    7171{
    7272  include_once("userstat_aim.class.inc.php");
Note: See TracChangeset for help on using the changeset viewer.