Changeset 5999


Ignore:
Timestamp:
Apr 29, 2010, 6:02:20 PM (14 years ago)
Author:
plg
Message:

bug 860 related: don't try to update the configuration during install because
pwg_query is not available yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r5998 r5999  
    6868          );
    6969      }
    70       conf_update_param('local_data_dir_checked', 'true');
     70      if (function_exists('pwg_query')) {
     71        conf_update_param('local_data_dir_checked', 'true');
     72      }
    7173    }
    7274   
Note: See TracChangeset for help on using the changeset viewer.