Changeset 2946


Ignore:
Timestamp:
05/30/10 05:45:43 (21 months ago)
Author:
nuxwin
Message:
  • [GUI] Small fix (it's my fault)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/admin/rootkit_log.php

    r2941 r2946  
    5757 
    5858foreach ($config_entries as $config_entry) { 
    59         if (empty($config_entry) || !exists($config_entry) || !$cfg->$config_entry) { 
     59        if (empty($config_entry) || !$cfg->exists($config_entry) || !$cfg->$config_entry) { 
    6060                continue; 
    6161        } 
Note: See TracChangeset for help on using the changeset viewer.