diff options
| author | 2013-10-26 16:35:46 +0200 | |
|---|---|---|
| committer | 2013-10-26 16:35:46 +0200 | |
| commit | 3ac2495f49ef0e5ef62030c97ecfd931ce7e4a8b (patch) | |
| tree | 9bba1e7b2d6bf59aca1f5ff34de315e104ab20aa /app/models | |
| parent | 8deb3066107383ef22d671962465228a80b74508 (diff) | |
| parent | 64b1bb37c290154a87a29f368185cc1398f56d30 (diff) | |
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/Feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/Feed.php b/app/models/Feed.php index 02a4e6be7..10695d2a7 100644 --- a/app/models/Feed.php +++ b/app/models/Feed.php @@ -205,7 +205,7 @@ class Feed extends Model { $feed->init (); if ($feed->error ()) { - throw new FeedException ($feed->error); + throw new FeedException ($feed->error . ' [' . $url . ']'); } // si on a utilisé l'auto-discover, notre url va avoir changé |
