Ignore:
Timestamp:
Jan 14, 2013, 3:39:31 PM (11 years ago)
Author:
nikrou
Message:

Fix issue with cache directory key in config parameters array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/maintain.inc.php

    r11081 r20139  
    33// | User Tags  - a plugin for Piwigo                                      |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
    8 // | it under the terms of the GNU General Public License as published by  |
    9 // | the Free Software Foundation                                          |
     8// | it under the terms of the GNU General Public License version2 as      |
     9// | published by the Free Software Foundation                             |
    1010// |                                                                       |
    1111// | This program is distributed in the hope that it will be useful, but   |
     
    3434
    3535function plugin_uninstall($plugin_id) {
    36   $config_file = $GLOBALS['conf']['local_data_dir'].'/plugins/';
     36  $config_file = $GLOBALS['conf']['data_location'].'/plugins/';
    3737  $config_file .= basename(dirname(__FILE__)).'.dat';
    3838  if (file_exists($config_file)) {
Note: See TracChangeset for help on using the changeset viewer.