Dotclear

Changeset 2319:abe2702e1585 for inc/core


Ignore:
Timestamp:
10/09/13 08:37:56 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
default
Message:

Move ex-daInstaller settings to core and install and upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.store.reader.php

    r2222 r2319  
    148148          $this->setAuthorization($user, $pass); 
    149149 
    150           return $this->get($path); 
     150          try { 
     151               return $this->get($path); 
     152          } 
     153          catch(Exception $e) { 
     154               // @todo Log error when repository query fail 
     155               return false; 
     156          } 
    151157     } 
    152158 
Note: See TracChangeset for help on using the changeset viewer.

Sites map