diff options
author | Maurice Svay <maurice@svay.com> | 2017-01-24 21:53:56 +0100 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2017-01-24 21:53:56 +0100 |
commit | ae0304d9e7f0ebd350a8db200ba58c71ca13facf (patch) | |
tree | 4bd6192f864fae79f2b2a8879d772ed1db9db388 /postload.php | |
parent | 03b5458e95e9da319a22b245f13aa245d66de184 (diff) | |
download | planet-ae0304d9e7f0ebd350a8db200ba58c71ca13facf.tar planet-ae0304d9e7f0ebd350a8db200ba58c71ca13facf.tar.gz planet-ae0304d9e7f0ebd350a8db200ba58c71ca13facf.tar.bz2 planet-ae0304d9e7f0ebd350a8db200ba58c71ca13facf.tar.xz planet-ae0304d9e7f0ebd350a8db200ba58c71ca13facf.zip |
Fixes postload
Diffstat (limited to 'postload.php')
-rw-r--r-- | postload.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/postload.php b/postload.php index ba37a29..717a146 100644 --- a/postload.php +++ b/postload.php @@ -5,7 +5,8 @@ $Planet->addPerson( new PlanetFeed( '', htmlspecialchars_decode($_GET['url'], ENT_QUOTES), - '' + '', + false ) ); |