diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/channel.php | 3 | ||||
-rw-r--r-- | include/feedutils.php | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 433c7c52c..25e54003a 100644 --- a/include/channel.php +++ b/include/channel.php @@ -2373,5 +2373,6 @@ function anon_identity_init($reqvars) { } return $x[0]; +} + -}
\ No newline at end of file diff --git a/include/feedutils.php b/include/feedutils.php index 759c8a05c..158ecb7a3 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -1744,3 +1744,4 @@ function asencode_person($p) { return $ret; } + |