Ignore:
Timestamp:
Mar 11, 2013, 10:35:42 AM (11 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/include/pwgCumulusConfig.class.php

    r11667 r21469  
    33// | pwgCumulus  - a plugin for Piwigo                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2009-2013 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    5353
    5454  private function get_config_file_dir() {
    55     return $GLOBALS['conf']['local_data_dir'].'/plugins/';
     55    return PHPWG_ROOT_PATH . $GLOBALS['conf']['data_location'].'plugins/';
    5656  }
    5757
     
    8888  }
    8989}
    90 ?>
Note: See TracChangeset for help on using the changeset viewer.