diff options
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 ) ); |