diff options
Diffstat (limited to 'controllers/editor.php')
-rw-r--r-- | controllers/editor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/editor.php b/controllers/editor.php index 077adcb..4c9740b 100644 --- a/controllers/editor.php +++ b/controllers/editor.php @@ -68,7 +68,7 @@ $app->post('/editor/test-login', function() use($app) { }); $app->get('/appcache.manifest', function() use($app) { - $content = partial('-partials/appcache'); + $content = partial('partials/appcache'); $app->response()['Content-type'] = 'text/cache-manifest'; $app->response()->body($content); |