summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/controllers.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/controllers.php b/controllers/controllers.php
index b27c73e..4373fcf 100644
--- a/controllers/controllers.php
+++ b/controllers/controllers.php
@@ -56,7 +56,6 @@ $app->get('/new', function() use($app) {
$params = $app->request()->params();
$entry = false;
- $photo_url = false;
$in_reply_to = '';
if(array_key_exists('reply', $params))