Changeset 17516


Ignore:
Timestamp:
Aug 9, 2012, 10:43:49 PM (12 years ago)
Author:
rvelices
Message:

rv_sitemap complaint with data_location vs old local_data_dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_sitemap/sitemap.php

    r17232 r17516  
    99{
    1010  global $conf;
    11   $dir = $conf['local_data_dir'].'/plugins/';
     11  $dir = PHPWG_ROOT_PATH.$conf['data_location'].'plugins/';
    1212  mkgetdir( $dir );
    1313  return $dir.basename(dirname(__FILE__)).'.dat';
Note: See TracChangeset for help on using the changeset viewer.