Преглед изворни кода

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