Преглед на файлове

Bug chemin dans RSSConfigurationDAO

Alexandre Alapetite преди 12 години
родител
ревизия
40a0829483
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/models/RSSConfiguration.php

+ 1 - 1
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'])) {