Ignore:
Timestamp:
Jan 5, 2013, 2:31:06 PM (11 years ago)
Author:
mistic100
Message:

make sure words file is created on the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/comments_blacklist/include/install.inc.php

    r18369 r19838  
    1616  }
    1717 
    18   if ( file_exists(PWG_LOCAL_DIR) and !file_exists(PWG_LOCAL_DIR . 'comments_blacklist.txt') )
     18  if (!file_exists(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt'))
    1919  {
    20     touch(PWG_LOCAL_DIR . 'comments_blacklist.txt');
     20    touch(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt');
    2121  }
    2222
Note: See TracChangeset for help on using the changeset viewer.