diff options
| author | 2021-02-06 12:43:30 +0100 | |
|---|---|---|
| committer | 2021-02-06 12:43:30 +0100 | |
| commit | 4a87f34bcff6afe28e33692e40dcbfb1f663f75a (patch) | |
| tree | f17fc44db9db6ad3397a4f46dbd4f4ceccb374ac /lib | |
| parent | 8edce0e2095a4e78599bfdd1b39fc778ec29c720 (diff) | |
API implement OPML import/export (#3424)
#fix https://github.com/FreshRSS/FreshRSS/issues/3421
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib_opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php index 1bd2ee77b..3dd415d05 100644 --- a/lib/lib_opml.php +++ b/lib/lib_opml.php @@ -201,7 +201,7 @@ function libopml_parse_string($xml, $strict = true) { if (!$at_least_one_outline) { throw new LibOPML_Exception( - 'Body must contain at least one outline element' + 'OPML body must contain at least one outline element' ); } |
