diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-04-07 16:37:56 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-04-07 16:37:56 -0700 |
commit | 42a5e44d176869053db5bc451f4cd0c4a11b8a74 (patch) | |
tree | 3356ae0f4dc59bb4dbd78357be4eed6b6cc33892 /controllers/controllers.php | |
parent | 9e817943acfb4c8a8b5824cd7a87a21a654a7fb1 (diff) |
autofill the note content with the username being replied to
Diffstat (limited to 'controllers/controllers.php')
-rw-r--r-- | controllers/controllers.php | 1 |
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)) |