Ignore:
Timestamp:
Jan 5, 2013, 11:24:17 AM (11 years ago)
Author:
mistic100
Message:

make sure temp folder is created on the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Google2Piwigo/main.inc.php

    r17475 r19830  
    1313global $conf;
    1414
    15 define('PICASA_WA_PATH', PHPWG_PLUGINS_PATH . basename(dirname(__FILE__)) . '/');
     15define('PICASA_WA_PATH',  PHPWG_PLUGINS_PATH . basename(dirname(__FILE__)) . '/');
    1616define('PICASA_WA_ADMIN', get_root_url() . 'admin.php?page=plugin-' . basename(dirname(__FILE__)));
    17 define('PICASA_WA_CACHE', $conf['data_location'].'picasa_wa_cache/');
     17define('PICASA_WA_CACHE', PHPWG_ROOT_PATH . $conf['data_location'] . 'picasa_wa_cache/');
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.