]> git.pld-linux.org Git - packages/gallery.git/commitdiff
- put g2data to /var/lib/gallery
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Aug 2006 17:37:42 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-setup.patch -> 1.2

gallery-setup.patch

index 578f9d2dc5ba33000ae925b3b3237327e70a7d93..ec97c875c9661e3bb9a62bde797e0a2f7f874e4f 100644 (file)
@@ -19,7 +19,7 @@
            $this->_dir = $galleryStub->getConfig('data.gallery.base');
            if (empty($this->_dir)) {
 -              $this->_dir = $_SESSION['configPath'] . DIRECTORY_SEPARATOR . 'g2data';
-+              $this->_dir = '/var/lib/gallery/g2data';
++              $this->_dir = '/var/lib/gallery';
            }
        }
  
This page took 0.071955 seconds and 4 git commands to generate.