Changeset 655 for trunk/lib


Ignore:
Timestamp:
Jan 24, 2019 7:22:55 PM (5 years ago)
Author:
anonymous
Message:

Update module_maker. Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ACL.inc.php

    r609 r655  
    704704            if (!list($access) = mysql_fetch_row($qid)) {
    705705                $this->cache->set($cache_hash, 'deny');
    706                 $app->logMsg(sprintf('Access denied: %s -> %s -> %s (no records found).', $aro, $aco, $axo), LOG_WARNING, __FILE__, __LINE__);
     706                $app->logMsg(sprintf('Access denied: %s -> %s -> %s (no records found).', $aro, $aco, $axo), LOG_NOTICE, __FILE__, __LINE__);
    707707                return false;
    708708            }
Note: See TracChangeset for help on using the changeset viewer.