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

make sure banner folder is created on the right place

File:
1 edited

Legend:

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

    r18474 r19841  
    3232
    3333  // banners directory
    34   if ( file_exists(PWG_LOCAL_DIR) and !file_exists(PWG_LOCAL_DIR . 'banners/') )
     34  if (!file_exists(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'banners/'))
    3535  {
    36     mkdir(PWG_LOCAL_DIR . 'banners/', 0755);
     36    mkdir(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'banners/', 0755);
    3737  }
    3838
Note: See TracChangeset for help on using the changeset viewer.