diff options
Diffstat (limited to 'postload.php')
-rw-r--r-- | postload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postload.php b/postload.php index e1670d8..64fd42e 100644 --- a/postload.php +++ b/postload.php @@ -2,7 +2,7 @@ include_once(dirname(__FILE__).'/app/app.php');
$Planet->addPerson(
- new PlanetPerson(
+ new PlanetFeed(
'',
htmlspecialchars_decode($_GET['url'], ENT_QUOTES),
''
|