Ignore:
Timestamp:
Jan 18, 2013, 8:22:05 PM (11 years ago)
Author:
nikrou
Message:

Fix issue with path in help pages

File:
1 edited

Legend:

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

    r20251 r20252  
    3434
    3535function plugin_uninstall($plugin_id) {
    36   $config_file = $GLOBALS['conf']['data_location'].'/plugins/';
     36  $config_file = PHPWG_ROOT_PATH . $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.