diff options
Diffstat (limited to 'controllers/editor.php')
-rw-r--r-- | controllers/editor.php | 1 |
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(); |