diff options
| author | 2013-11-17 15:31:25 +0100 | |
|---|---|---|
| committer | 2013-11-17 15:31:25 +0100 | |
| commit | 40a0829483e4ec15e5af2b5f539a7ff249ffbd06 (patch) | |
| tree | fbdca1a0c0b0ecb138514853b28e6c53c6128471 /app/models/RSSConfiguration.php | |
| parent | 9ec13c6c32ad0f8fb50f100e6ae127abe1535ccc (diff) | |
Bug chemin dans RSSConfigurationDAO
Diffstat (limited to 'app/models/RSSConfiguration.php')
| -rwxr-xr-x | app/models/RSSConfiguration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/RSSConfiguration.php b/app/models/RSSConfiguration.php index 9604bee1d..f31985de1 100755 --- a/app/models/RSSConfiguration.php +++ b/app/models/RSSConfiguration.php @@ -348,7 +348,7 @@ class RSSConfigurationDAO extends Model_array { public $bottomline_link = 'yes'; public function __construct () { - parent::__construct (DATA_PATH . Configuration::currentUser () . '_user.php'); + parent::__construct (DATA_PATH . '/' . Configuration::currentUser () . '_user.php'); // TODO : simplifier ce code, une boucle for() devrait suffir ! if (isset ($this->array['language'])) { |
