summaryrefslogtreecommitdiff
path: root/controllers/editor.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-12-17 15:52:33 -0800
committerAaron Parecki <aaron@parecki.com>2016-12-17 15:52:33 -0800
commit0a662e33ee432e2583a934cb161a0a1e5b49b76f (patch)
tree75b0a761d4c17a3b00f50642d068a719112a297e /controllers/editor.php
parent926546106ef2fb35359278b9f08798310e81d8fa (diff)
move logged-out routes to new file
Diffstat (limited to 'controllers/editor.php')
-rw-r--r--controllers/editor.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/editor.php b/controllers/editor.php
index fbb72cf..c880a00 100644
--- a/controllers/editor.php
+++ b/controllers/editor.php
@@ -8,7 +8,6 @@ $app->get('/editor', function() use($app) {
});
$app->post('/editor/publish', function() use($app) {
-
if($user=require_login($app)) {
$params = $app->request()->params();