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

some little fixes

File:
1 edited

Legend:

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

    r18858 r19842  
    5353
    5454  // create a local directory
    55   if ( file_exists(PWG_LOCAL_DIR) and !file_exists(PWG_LOCAL_DIR . 'skeleton/') )
     55  if (!file_exists(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'skeleton/'))
    5656  {
    57     mkdir(PWG_LOCAL_DIR . 'skeleton/', 0755);
     57    mkdir(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'skeleton/', 0755);
    5858  }
    5959
Note: See TracChangeset for help on using the changeset viewer.